Skip to content
Snippets Groups Projects
Commit 5999f15c authored by Julien Michel's avatar Julien Michel
Browse files

ENH: Change level of old otbMsgDevMacro from Info to Debug

parent 21576409
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment