diff options
| author | 2007-01-17 17:47:43 +0000 | |
|---|---|---|
| committer | 2007-01-17 17:47:43 +0000 | |
| commit | 198e77293d15508e74664dc558c19d26d9a0a6f9 (patch) | |
| tree | daf8a14a4871357e2184e928e7fa6687505ff1aa | |
| parent | Log client output, so we can actually see what we're sending out, and make mo... (diff) | |
Make this more sensible
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6362 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 7f06cfdec..d9b417195 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1333,7 +1333,7 @@ void userrec::Write(std::string text) try { - ServerInstance->Log(DEBUG,"<- :%s %s", this->nick, text.c_str()); + ServerInstance->Log(DEBUG,"<- %s", text.c_str()); text.append("\r\n"); } catch (...) |
