commit - a09034563aa46d99a4d061d182e15e12cc393efd
commit + 37602d1523f63b903f77d4a3c9685203d625d799
blob - 3d64e1fe7ccfc6c56358be9e1ba55eb884a0496f
blob + c58e7dcb565eafc71f205f2c476e9ea5bba7c8b5
--- src/ngircd/irc-server.c
+++ src/ngircd/irc-server.c
#include "portab.h"
-static char UNUSED id[] = "$Id: irc-server.c,v 1.41 2006/10/06 21:32:58 fw Exp $";
+static char UNUSED id[] = "$Id: irc-server.c,v 1.42 2006/12/02 14:10:48 fw Exp $";
#include "imp.h"
#include <assert.h>
if (Client_Type(Client) == CLIENT_GOTPASS) {
/* We got a PASS command from the peer, and now a SERVER
* command: the peer tries to register itself as a server. */
- Log(LOG_DEBUG,
- "Connection %d: got SERVER command (new server link) ...",
- Client_Conn(Client));
+ LogDebug("Connection %d: got SERVER command (new server link) ...",
+ Client_Conn(Client));
/* Falsche Anzahl Parameter? */
if(( Req->argc != 2 ) && ( Req->argc != 3 )) return IRC_WriteStrClient( Client, ERR_NEEDMOREPARAMS_MSG, Client_ID( Client ), Req->command );