Skip to content
Snippets Groups Projects
Commit a35190e8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

TEST: more informative otbMsgDevMacro

parent c406d0b3
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ namespace otb
#ifdef OTB_SHOW_ALL_MSG_DEBUG
#define otbMsgDevMacro(x) \
{ { ::itk::OStringStream itkmsg; \
itkmsg << " Msg Dev: " x << "\n"; \
itkmsg << " Msg Dev: (" << __FILE__ << ":" << __LINE__ << ") " x << "\n"; \
::itk::OutputWindowDisplayDebugText(itkmsg.str().c_str());} \
}
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment