From 5999f15ca27f7f4dd5be78da6def445615e131d1 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@cnes.fr> Date: Tue, 6 Mar 2018 16:21:30 +0100 Subject: [PATCH] ENH: Change level of old otbMsgDevMacro from Info to Debug --- Modules/Core/Common/include/otbMacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/Common/include/otbMacro.h b/Modules/Core/Common/include/otbMacro.h index 4ffd8eed9b..5dcca1bab9 100644 --- a/Modules/Core/Common/include/otbMacro.h +++ b/Modules/Core/Common/include/otbMacro.h @@ -61,7 +61,7 @@ namespace otb #define otbDebugMacro(x) otbLogMacro(Debug,otbFileContext(otbClassContext(x))) #define otbMsgDebugMacro(x) otbLogMacro(Debug,otbFileContext(x)) #define otbGenericMsgDebugMacro(x) otbLogMacro(Debug,x) -#define otbMsgDevMacro(x) otbLogMacro(Info,otbFileContext(x)) +#define otbMsgDevMacro(x) otbLogMacro(Debug,otbFileContext(x)) #define otbWarningMacro(x) otbLogMacro(Warning,otbFileContext(otbClassContext(x))) #define otbGenericWarningMacro(x) otbLogMacro(Warning,otbFileContext(x)) -- GitLab