Skip to content
Snippets Groups Projects
Commit 5fc45cb6 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: #1507: mention the external geom in otbMsgDevMacro

parent 8f755e1f
No related branches found
No related tags found
1 merge request!13Resolve "Inconsistent behaviour of geom file loading"
......@@ -410,7 +410,7 @@ ImageFileReader<TOutputImage, ConvertPixelTraits>
if (m_FilenameHelper->ExtGEOMFileNameIsSet())
{
otb_kwl = ReadGeometryFromGEOMFile(m_FilenameHelper->GetExtGEOMFileName());
otbMsgDevMacro(<< "Loading external kwl");
otbMsgDevMacro(<< "Loading external kwl: "<< m_FilenameHelper->GetExtGEOMFileName());
}
// Case 2: attached geom (if present)
else if (itksys::SystemTools::FileExists(attachedGeom))
......
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