Module: ngircd.git Branch: master Commit: 3be9c477be674228c86378e017a70bf49acf06a4 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=3be9c...
Author: Alexander Barton alex@barton.de Date: Fri Jan 9 20:18:23 2009 +0100
Fix spelling of log message: "channek" vs. "channel" ...
---
src/ngircd/channel.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c index 8408ccb..0a1ba45 100644 --- a/src/ngircd/channel.c +++ b/src/ngircd/channel.c @@ -1080,7 +1080,7 @@ Channel_CheckKey(CHANNEL *Chan, CLIENT *Client, const char *Key) return false; fd = fopen(file_name, "r"); if (!fd) { - Log(LOG_ERR, "Can't open channek key file "%s" for %s: %s", + Log(LOG_ERR, "Can't open channel key file "%s" for %s: %s", file_name, Chan->name, strerror(errno)); return false; }
ngircd-commits@lists.barton.de