summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.c
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-05 16:58:03 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-05 16:58:03 +0000
commitd754468e298ac6c25263bcb5f97c31a13332371a (patch)
tree5996dff16f7e197296cf75e902d5426e91ec554f /src/protocol/ratbox.c
parent7a731e504b9bbb791b6e50701d5d12e9e37833cf (diff)
BUILD : 1.7.9 (776) BUGS : none NOTES : Prepended all debug messages for consistency.
git-svn-id: svn://svn.anope.org/anope/trunk@776 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@536 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r--src/protocol/ratbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 585d2e014..386633fd0 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -614,7 +614,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;
@@ -664,7 +664,7 @@ int anope_event_tburst(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;
@@ -1650,7 +1650,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;