summaryrefslogtreecommitdiff
path: root/src/protocol/bahamut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r--src/protocol/bahamut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c
index 68a9272ed..942cd88a6 100644
--- a/src/protocol/bahamut.c
+++ b/src/protocol/bahamut.c
@@ -1393,7 +1393,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;