From ee98343570c72b76eb45b1c9d99262ad37e339b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=93=88=F0=9D=92=BD=F0=9D=93=8E=F0=9D=93=83?= =?UTF-8?q?=F0=9D=93=8A=F0=9D=93=87?= Date: Tue, 30 Jun 2026 16:38:52 +0800 Subject: [PATCH] Update disable_module.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 𝓈𝒽𝓎𝓃𝓊𝓇 --- docs/fastdds/logging/disable_module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fastdds/logging/disable_module.rst b/docs/fastdds/logging/disable_module.rst index e024a0897..e342f9a91 100644 --- a/docs/fastdds/logging/disable_module.rst +++ b/docs/fastdds/logging/disable_module.rst @@ -66,7 +66,7 @@ Old Log macros disable Before version 2.8.2, Fast DDS project used log macros: :code:`logInfo`, :code:`logWarning` and :code:`logError`, which may collide with other libraries. These log macros have been replaced by new ones with a more specific format: (e.g. :code:`EPROSIMA_LOG_INFO`). -In order to disable old macros compilation, use CMake option :code:`ENABLE_OLD_LOG_MACROS = ON` +In order to disable old macros compilation, use CMake option :code:`ENABLE_OLD_LOG_MACROS = OFF` or define :code:`ENABLE_OLD_LOG_MACROS_ 0` before including the log module :code:`#include `.