summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-17 17:47:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-17 17:47:43 +0000
commit198e77293d15508e74664dc558c19d26d9a0a6f9 (patch)
treedaf8a14a4871357e2184e928e7fa6687505ff1aa /src
parentd8e1dec0c551b2f5a1d8827a6819e16934da95aa (diff)
Make this more sensible
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6362 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
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 (...)