Changed: nlwarning already put a \n

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:24:00 +01:00
parent b4de1326d1
commit 664f494b07

View file

@ -160,7 +160,7 @@ static void loadIGFromVillage(const NLGEORGES::UFormElm *villageItem, const std:
}
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;
}
inputFile.close();