diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 962badfb0..4b6024f10 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -833,7 +833,7 @@ void WriteCommon(userrec *u, char* text, ...) { char* o = (*ulist)[j]; userrec* otheruser = (userrec*)o; - log(DEBUG,"WriteCommon: Sending to: %s",otheruser->nick); + log(DEBUG,"WriteCommon: Sending to: (%d)%s",otheruser->fd,otheruser->nick); WriteFrom(otheruser->fd,u,"%s",textbuffer); } } |