mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-10 09:46:39 +00:00
irc-login.c: conenction -> connection
Introduced by commit d3ef2239 as of Sun Jan 16 2011 ... Thanks to Patrik Schindler <poc@pocnet.net> for reporting this!
This commit is contained in:
parent
2c96966431
commit
221365d8ef
@ -146,7 +146,7 @@ IRC_PASS( CLIENT *Client, REQUEST *Req )
|
||||
} else
|
||||
flags = "";
|
||||
Log(LOG_INFO,
|
||||
"Peer on conenction %d announces itself as %s-%s using protocol %d.%d/IRC+ (flags: \"%s\").",
|
||||
"Peer on connection %d announces itself as %s-%s using protocol %d.%d/IRC+ (flags: \"%s\").",
|
||||
Client_Conn(Client), impl, serverver,
|
||||
protohigh, protolow, flags);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user