summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.c b/src/init.c
index 861b7cd38..2fc6f03de 100644
--- a/src/init.c
+++ b/src/init.c
@@ -726,7 +726,7 @@ int init_secondary(int ac, char **av)
/* Announce a logfile error if there was one */
if (openlog_failed) {
- anope_SendGlobops(NULL, "Warning: couldn't open logfile: %s",
+ ircdproto->SendGlobops(NULL, "Warning: couldn't open logfile: %s",
strerror(openlog_errno));
}