diff --git a/Modules/Core/Common/include/otbMacro.h b/Modules/Core/Common/include/otbMacro.h
index 4ffd8eed9b6d575860bc717603dead28af374dd6..5dcca1bab9cb0755aa4f22f13e0560b7fa30782a 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))