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

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


The following commit(s) were added to refs/heads/master by this push:
     new 34312768 Fix typo in macro usage documentation
34312768 is described below

commit 34312768c698524b31def2d8e3e2092f15f037d8
Author: Stephen Webb <[email protected]>
AuthorDate: Wed Dec 20 11:14:04 2023 +1100

    Fix typo in macro usage documentation
---
 src/main/include/log4cxx/logger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/include/log4cxx/logger.h 
b/src/main/include/log4cxx/logger.h
index 07419bb4..c128c57c 100644
--- a/src/main/include/log4cxx/logger.h
+++ b/src/main/include/log4cxx/logger.h
@@ -2082,7 +2082,7 @@ Add a new logging event containing a message defined by 
\c fmt and <code>...</co
 
 \usage
 ~~~{.cpp}
-LOG4CXX_DEBUG(m_log, "AddMesh: name {} type 0x{x} materialName {} visible? {d} 
at {} +/- {}"
+LOG4CXX_DEBUG_FMT(m_log, "AddMesh: name {} type 0x{x} materialName {} visible? 
{d} at {} +/- {}"
        , meshName
        , traits.Type
        , meshObject.GetMaterialName()

Reply via email to