[TD]spurious warning on Section

This commit is contained in:
wandererfan
2020-03-24 19:35:20 -04:00
committed by WandererFan
parent ec8b1bc072
commit 01e9b4151a

View File

@@ -805,7 +805,7 @@ gp_Ax2 DrawViewSection::getSectionCS(void) const
gXDir);
}
catch (...) {
Base::Console().Warning("DVS::getSectionCS - %s - failed to create section CS\n", getNameInDocument());
Base::Console().Log("DVS::getSectionCS - %s - failed to create section CS\n", getNameInDocument());
}
return sectionCS;
}