From 198e77293d15508e74664dc558c19d26d9a0a6f9 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 17 Jan 2007 17:47:43 +0000 Subject: Make this more sensible git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6362 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 (...) -- cgit v1.2.3