From f33b37925f1611270b01e4f779ad514122cfeaef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 20 Aug 2024 22:10:56 +0200 Subject: [PATCH] Tweak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- log/include/gz/utils/log/Logger.hh | 2 +- log/include/gz/utils/log/SplitSink.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/log/include/gz/utils/log/Logger.hh b/log/include/gz/utils/log/Logger.hh index 01219b1..3e3a491 100644 --- a/log/include/gz/utils/log/Logger.hh +++ b/log/include/gz/utils/log/Logger.hh @@ -30,7 +30,7 @@ namespace utils { namespace log { -inline namespace GZ_UTILS_LOG_VERSION_NAMESPACE { +inline namespace GZ_UTILS_VERSION_NAMESPACE { /// \brief Gazebo console and file logging class. /// This will configure spdlog with a sane set of defaults for logging to the diff --git a/log/include/gz/utils/log/SplitSink.hh b/log/include/gz/utils/log/SplitSink.hh index cf0ad02..fc0af5e 100644 --- a/log/include/gz/utils/log/SplitSink.hh +++ b/log/include/gz/utils/log/SplitSink.hh @@ -36,7 +36,7 @@ namespace utils { namespace log { -inline namespace GZ_UTILS_LOG_VERSION_NAMESPACE { +inline namespace GZ_UTILS_VERSION_NAMESPACE { /// \brief Logging sink for spdlog that logs in Gazebo-conventions. ///