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

rmiddleton 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 20454571 fix log4cxxbenchmarker build with custom LOG4CXX_NS (#280)
20454571 is described below

commit 20454571d0ea689b7f4e814785c4c1aa4ac2e743
Author: vopl <[email protected]>
AuthorDate: Wed Nov 8 06:09:44 2023 +0300

    fix log4cxxbenchmarker build with custom LOG4CXX_NS (#280)
---
 src/test/cpp/throughput/log4cxxbenchmarker.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/cpp/throughput/log4cxxbenchmarker.cpp 
b/src/test/cpp/throughput/log4cxxbenchmarker.cpp
index da80abcc..0a1568d5 100644
--- a/src/test/cpp/throughput/log4cxxbenchmarker.cpp
+++ b/src/test/cpp/throughput/log4cxxbenchmarker.cpp
@@ -22,7 +22,7 @@
 
 #include <fmt/format.h>
 
-namespace log4cxx
+namespace LOG4CXX_NS
 {
 
 class NullWriterAppender : public log4cxx::AppenderSkeleton

Reply via email to