additional warnings

This commit is contained in:
Enno Rehling 2016-01-12 02:27:22 +01:00
parent 19390dd8e2
commit dc6cc41d2d

View file

@ -319,6 +319,7 @@ bool checkpasswd(const faction * f, const char *passwd)
log_warning("case-sensitive password check failed: %s", factionname(f)); log_warning("case-sensitive password check failed: %s", factionname(f));
return true; return true;
} }
log_warning("password check failed: %s", factionname(f));
return false; return false;
} }