summaryrefslogtreecommitdiffstats
path: root/source/lib/debug.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-11-10 22:07:57 +0000
committerJeremy Allison <jra@samba.org>2000-11-10 22:07:57 +0000
commit24d76c5fbda29d89c96d7c22193ec2eb93ad3887 (patch)
tree0c0c42224daf1854e689eaa312ddc79dc4013063 /source/lib/debug.c
parentf25b5798b8610de9748ae90ea1bf813b125f517d (diff)
downloadsamba-24d76c5fbda29d89c96d7c22193ec2eb93ad3887.tar.gz
samba-24d76c5fbda29d89c96d7c22193ec2eb93ad3887.tar.xz
samba-24d76c5fbda29d89c96d7c22193ec2eb93ad3887.zip
Merge in Herb's changes from 2.2.
Jeremy.
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 1a53f4c2a82..cdcd44955b4 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -127,7 +127,7 @@ void debug_message(int msg_type, pid_t src, void *buf, size_t len)
int level;
memcpy(&level, buf, sizeof(int));
DEBUGLEVEL = level;
- DEBUG(1,("Debug level set to %d from pid %d\n", level, (int)src));
+ DEBUG(1,("INFO: Debug level set to %d from pid %d\n", level, (int)src));
}
/****************************************************************************