diff options
author | Jeremy Allison <jra@samba.org> | 2000-11-10 22:07:57 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-11-10 22:07:57 +0000 |
commit | 24d76c5fbda29d89c96d7c22193ec2eb93ad3887 (patch) | |
tree | 0c0c42224daf1854e689eaa312ddc79dc4013063 /source/lib/debug.c | |
parent | f25b5798b8610de9748ae90ea1bf813b125f517d (diff) | |
download | samba-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.c | 2 |
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)); } /**************************************************************************** |