Falscher Paramteter für %s

This commit is contained in:
Enno Rehling 2004-09-05 13:48:00 +00:00
parent 253750574e
commit d0cf3d50a7
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ restart(unit * u, struct order * ord)
if (!checkpasswd(u->faction, s_pass, false)) {
cmistake(u, ord, 86, MSG_EVENT);
log_warning(("NEUSTART mit falschem Passwort für Partei %s: %s\n",
factionid(u->faction), ord));
factionid(u->faction), s_pass));
return 0;
}
restart_race(u, frace);