diff --git a/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.cxx b/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.cxx index a2ef0d837f1a47c852476da678b67f2380574d10..e5108ee61d8230acb8a0eb87c85be498cb9beee8 100644 --- a/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.cxx +++ b/Code/UtilitiesAdapters/OGRAdapters/otbOGRLayerWrapper.cxx @@ -249,7 +249,7 @@ std::string otb::ogr::Layer::GetProjectionRef() const if(res != OGRERR_NONE) { itkGenericExceptionMacro(<< "Cannot convert spatial reference to wkt string for layer <" - <<m_Layer->GetName()<<">: " << CPLGetLastErrorMsg()); + <<GetName()<<">: " << CPLGetLastErrorMsg()); } assert(wkt);