From 1467e2d2ca4feff41cdcf4bda7541f00b5faef86 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 24 May 2006 10:53:47 +0000 Subject: More debug tracking git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3965 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index de47ed043..149e24e92 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -455,7 +455,7 @@ void kill_link(userrec *user,const char* r) strlcpy(reason,r,MAXQUIT-1); - log(DEBUG,"kill_link: %s '%s'",user->nick,reason); + log(DEBUG,"kill_link: %s fd=%d '%s'",user->nick,user->fd,reason); if (IS_LOCAL(user)) Write(user->fd,"ERROR :Closing link (%s@%s) [%s]",user->ident,user->host,reason); -- cgit v1.3.1-10-gc9f91