summaryrefslogtreecommitdiff
path: root/source3/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
commitc97023b14c942f7261808159a0d192926239b704 (patch)
tree2b9c719f521cf74982fd5b8ff00cb164dd88b924 /source3/lib/debug.c
parent108f86dcccd21196105fb33f0e2ac0e5ef114341 (diff)
downloadsamba-c97023b14c942f7261808159a0d192926239b704.tar.gz
samba-c97023b14c942f7261808159a0d192926239b704.tar.bz2
samba-c97023b14c942f7261808159a0d192926239b704.zip
Merge in Herb's changes from 2.2.
Jeremy. (This used to be commit 24d76c5fbda29d89c96d7c22193ec2eb93ad3887)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index 1a53f4c2a8..cdcd44955b 100644
--- a/source3/lib/debug.c
+++ b/source3/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));
}
/****************************************************************************