Changed: nlwarning already put a \n

This commit is contained in:
kervala 2016-12-04 17:24:00 +01:00
parent 95bf392fe3
commit 12aa9f54e7

View file

@ -160,7 +160,7 @@ static void loadIGFromVillage(const NLGEORGES::UFormElm *villageItem, const std:
} }
catch(const NLMISC::Exception &) catch(const NLMISC::Exception &)
{ {
nlwarning ("Error while loading instance group %s\n", igName.c_str()); nlwarning ("Error while loading instance group %s", igName.c_str());
continue; continue;
} }
inputFile.close(); inputFile.close();