diff options
author | dane 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 |
---|---|---|
committer | dane 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 |
commit | d754468e298ac6c25263bcb5f97c31a13332371a (patch) | |
tree | 5996dff16f7e197296cf75e902d5426e91ec554f /src/process.c | |
parent | 7a731e504b9bbb791b6e50701d5d12e9e37833cf (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/process.c')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index f1e97fbed..95307c1ed 100644 --- a/src/process.c +++ b/src/process.c @@ -277,7 +277,7 @@ void process() } } else { if (debug) - alog("unknown message from server (%s)", inbuf); + alog("debug: unknown message from server (%s)", inbuf); } if (mod_current_op == 1) { alog("trying to load [%s]", mod_current_module->name); |