Remove linebreak as it messes up formating for some reason.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4232 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
6e89ffe22b
commit
02f3422fb3
|
@ -224,7 +224,7 @@ BOOL SetUpInputFile(SDWORD nPlayer)
|
|||
|
||||
if (!aiSaveFile[nPlayer])
|
||||
{
|
||||
debug(LOG_ERROR,"SetUpInputFile(): Couldn't open input file: '%s' for player %d:\n%s", FileName, nPlayer, PHYSFS_getLastError());
|
||||
debug(LOG_ERROR,"SetUpInputFile(): Couldn't open input file: '%s' for player %d: %s", FileName, nPlayer, PHYSFS_getLastError());
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue