mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: nlwarning already put a \n
This commit is contained in:
parent
95bf392fe3
commit
12aa9f54e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue