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

STYLE: warning output in otbMsgDevMacro

parent 1466caa8
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ GenericMapProjection<Transform, TScalarType, NInputDimensions, NOutputDimensions
if (!projectionInformationAvailable)
{
std::cout << "WARNING: Impossible to create the projection from string: "<< m_ProjectionRefWkt << std::endl;
otbMsgDevMacro(<<"WARNING: Impossible to create the projection from string: "<< m_ProjectionRefWkt);
return false;
}
......@@ -129,7 +129,7 @@ GenericMapProjection<Transform, TScalarType, NInputDimensions, NOutputDimensions
//a better solution might be available...
if (std::string(kwl.find("type")) == "ossimEquDistCylProjection")
{
std::cout << "WARNING: Not instanciating a ossimEquDistCylProjection"<< std::endl;
otbMsgDevMacro(<< "WARNING: Not instanciating a ossimEquDistCylProjection");
return false;
}
......
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