repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ccc9e1baa41c2b81d641d87acaefbf07eb499ad4:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ccc9e1baa41c2b81d641d87acaefbf07eb499ad4
Author: Alexander Barton 
Date:   Sun Feb 9 16:01:13 2014 +0100

    Streamline punctuation of log messages

    See commit d38d153f for details.

diff --git a/src/ngircd/irc-oper.c b/src/ngircd/irc-oper.c
index 49768bc7e8f2b7974b0dd9c0048155bfdf7432c5..
index ..88a9e43ed4b1d3b17312bca597802663e7c06783 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);

-----END OF PAGE-----