mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:56:37 +02:00
replaced the alog() command with a new type-safe and stream-based Alog()
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2777 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ NickCore::~NickCore()
|
||||
nclists[HASH(this->display)] = this->next;
|
||||
|
||||
/* Log .. */
|
||||
alog("%s: deleting nickname group %s", Config.s_NickServ, this->display);
|
||||
Alog() << Config.s_NickServ << ": deleting nickname group " << this->display;
|
||||
|
||||
/* Now we can safely free it. */
|
||||
delete [] this->display;
|
||||
|
||||
Reference in New Issue
Block a user