1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

Merge in Herb's changes from 2.2.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent f25b5798b8
commit 24d76c5fbd
3 changed files with 19 additions and 4 deletions

View File

@@ -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));
}
/****************************************************************************