repo: ngircd action: commit revision: path_from: revision_from: ccc9e1baa41c2b81d641d87acaefbf07eb499ad4: path_to: revision_to:
commit ccc9e1baa41c2b81d641d87acaefbf07eb499ad4 Author: Alexander BartonDate: 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
--- 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-----