Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6203 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Jan 1, 2007
1 parent 06fbdc8 commit 1bea5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/m_swhois.cpp
Expand Up @@ -186,7 +186,7 @@ class ModuleSWhois : public Module
{
std::string* text = new std::string(extdata);
dest->Extend("swhois",text);
ServerInstance->Log(DEBUG,"extended: %s %s", dest->nick, dest->text.c_str());
ServerInstance->Log(DEBUG,"extended: %s %s", dest->nick, text->c_str());
}
}
}
Expand Down

0 comments on commit 1bea5fb

Please sign in to comment.