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

ENH: avoid flooding std output in ColorMapping application

parent 0e8d936c
Branches
Tags
No related merge requests found
......@@ -635,7 +635,7 @@ private:
, 255.0);
}
}
otbAppLogINFO("Adding color mapping " << clabel << " -> [" << (int) color[0] << " " << (int) color[1] << " "<< (int) color[2] << " ]" << std::endl);
otbMsgDevMacro(<<"Adding color mapping " << clabel << " -> [" << (int) color[0] << " " << (int) color[1] << " "<< (int) color[2] << " ]");
m_RBGFromImageMapper->SetChange(clabel, color);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment