Alexander Barton : Streamline punctuation of log messages
Module: ngircd.git Branch: master Commit: ccc9e1baa41c2b81d641d87acaefbf07eb499ad4 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=ccc9e1baa... Author: Alexander Barton <alex@barton.de> Date: Sun Feb 9 16:01:13 2014 +0100 Streamline punctuation of log messages See commit d38d153f for details. --- src/ngircd/irc-oper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c index 49768bc..88a9e43 100644 --- a/src/ngircd/irc-oper.c +++ b/src/ngircd/irc-oper.c @@ -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);
Teilnehmer (1)
-
alex@arthur.barton.de