add missing newlines

This commit is contained in:
wmayer
2018-06-09 11:47:12 +02:00
parent f0e6b69690
commit 833c2c601e
9 changed files with 9 additions and 9 deletions

View File

@@ -336,7 +336,7 @@ void DrawView::Restore(Base::XMLReader &reader)
}
#ifndef FC_DEBUG
catch (...) {
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown");
Base::Console().Error("PropertyContainer::Restore: Unknown C++ exception thrown\n");
}
#endif