diff options
Diffstat (limited to 'src/protocol/hybrid.c')
-rw-r--r-- | src/protocol/hybrid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index 613013ec9..a63f00e26 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -545,7 +545,7 @@ int anope_event_topic(char *source, int ac, char **av) if (!c) { if (debug) { - alog("channel: TOPIC %s for nonexistent channel %s", + alog("debug: TOPIC %s for nonexistent channel %s", merge_args(ac - 1, av + 1), av[0]); } return MOD_CONT; @@ -1345,7 +1345,7 @@ int anope_event_error(char *source, int ac, char **av) { if (ac >= 1) { if (debug) { - alog("ERROR: %s", av[0]); + alog("debug: %s", av[0]); } } return MOD_CONT; |