diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
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()); } } } |