- Fixed some more printf usages, that should now be handled by eprintf.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user