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-861f7616d084
master
Dennis Schridde 2008-03-22 23:55:24 +00:00
parent 6e89ffe22b
commit 02f3422fb3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}