summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 14:26:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-16 14:26:27 +0000
commite44ad8f0b03517627846743f10fdb420da2be66d (patch)
treebd96137ac45a04925a49cb0c9357b4856fcb9bde /src
parentc1d478f928e202dadf717fd3552a136192d6fe17 (diff)
SQUIT stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@615 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 70a4735fd..b54828e63 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -948,7 +948,7 @@ void NetSendToAllAlive(char* s)
}
else
{
- log(DEBUG,"%s is dead, not sending to it.",me[j]->connectors[k].GetServerName.c_str());
+ log(DEBUG,"%s is dead, not sending to it.",me[j]->connectors[k].GetServerName().c_str());
}
}
}