From: Andrew Tridgell Date: Wed, 25 Jul 2001 04:10:23 +0000 (+0000) Subject: got rid of INFO: msgs at debug level 1 X-Git-Tag: samba-2.2.5pre1~1743^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6773b08a4a1a54dca4a2e2ec5d4e9c43383b072;p=thirdparty%2Fsamba.git got rid of INFO: msgs at debug level 1 --- diff --git a/source/lib/debug.c b/source/lib/debug.c index 82872478cfb..4dbeda2f739 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -272,13 +272,13 @@ void debug_message(int msg_type, pid_t src, void *buf, size_t len) memcpy(DEBUGLEVEL_CLASS, dm->debuglevel_class, sizeof(dm->debuglevel_class)); memcpy(DEBUGLEVEL_CLASS_ISSET, dm->debuglevel_class_isset, sizeof(dm->debuglevel_class_isset)); - DEBUG(1,("INFO: Debug class %s level = %d (pid %u from pid %u)\n", + DEBUG(3,("INFO: Debug class %s level = %d (pid %u from pid %u)\n", classname_table[DBGC_ALL], DEBUGLEVEL_CLASS[DBGC_ALL], (unsigned int)getpid(), (unsigned int)src)); for (i=1; i