]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Streamline punctuation of log messages
authorAlexander Barton <alex@barton.de>
Sun, 9 Feb 2014 15:01:13 +0000 (16:01 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 9 Feb 2014 15:01:13 +0000 (16:01 +0100)
See commit d38d153f for details.

src/ngircd/irc-oper.c

index 49768bc7e8f2b7974b0dd9c0048155bfdf7432c5..88a9e43ed4b1d3b17312bca597802663e7c06783 100644 (file)
@@ -48,7 +48,7 @@
 static bool
 Bad_OperPass(CLIENT *Client, char *errtoken, char *errmsg)
 {
 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);
            Client_Mask(Client), errtoken, errmsg);
        /* Increase penalty to slow down possible brute force attacks */
        IRC_SetPenalty(Client, 10);