Changed: nlwarning already put a \n

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent b4de1326d1
commit 664f494b07

@ -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();

Loading…
Cancel
Save