- Fixed some more printf usages, that should now be handled by eprintf.

This commit is contained in:
ccremers
2004-07-29 12:47:57 +00:00
parent 523b0ffd32
commit 17c6fe5136
4 changed files with 27 additions and 26 deletions

View File

@@ -165,7 +165,7 @@ systemRuns (const System sys)
#ifdef DEBUG
if (sys->switchScenario < 0)
{
printf ("// Last run with a choose: %i\n",sys->lastChooseRun);
warning ("Last run with a choose: %i",sys->lastChooseRun);
}
#endif
}