This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-431
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit a82c4d9584a713ab4ef51cb6ee6a804b6083b1d2
Author: Robert Middleton <[email protected]>
AuthorDate: Fri Aug 20 23:43:31 2021 -0400

    Fixed documentation
---
 src/site/markdown/threading.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/threading.md b/src/site/markdown/threading.md
index 6bf373e..daed9e1 100644
--- a/src/site/markdown/threading.md
+++ b/src/site/markdown/threading.md
@@ -68,7 +68,7 @@ In order to use these callback functions, use the 
ThreadUtility class.  You
 can use some sample functions(not no-ops) as follows:
 
 ```
-ThreadUtility::configureThreadFunctions( ThreadUtility::preThreadBlockSignals,
+ThreadUtility::instance()->configureThreadFunctions( 
ThreadUtility::preThreadBlockSignals,
                                         ThreadUtility::threadStartedNameThread,
                                         
ThreadUtility::postThreadUnblockSignals );
 ```

Reply via email to