Streamline punctuation of log messages

See commit d38d153f for details.
This commit is contained in:
Alexander Barton 2014-02-09 16:01:13 +01:00
parent 755562d147
commit ccc9e1baa4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
static bool
Bad_OperPass(CLIENT *Client, char *errtoken, char *errmsg)
{
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s",
Log(LOG_WARNING, "Got invalid OPER from \"%s\": \"%s\" -- %s!",
Client_Mask(Client), errtoken, errmsg);
/* Increase penalty to slow down possible brute force attacks */
IRC_SetPenalty(Client, 10);