summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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());
}
}
}