summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-05-24 10:53:47 +0000
committerGravatar brain2006-05-24 10:53:47 +0000
commit1467e2d2ca4feff41cdcf4bda7541f00b5faef86 (patch)
tree0975cf5cb9b54ff9b6ec1c4b720cc74a3f3594ca /src/users.cpp
parentITS FIXED! (i hope) (diff)
More debug tracking
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@3965 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
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);