From: John H Terpstra Date: Thu, 24 Jul 2008 07:45:02 +0000 (+0200) Subject: pdb_ldap: Raise level for debug message to avoid log file flooding. X-Git-Tag: samba-3.3.0pre1~409^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b863a10da8762f715c16f147d6cd1e79422d248;p=thirdparty%2Fsamba.git pdb_ldap: Raise level for debug message to avoid log file flooding. --- diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c index 2ad9c57e5f4..ddbb53a9b97 100644 --- a/source/passdb/pdb_ldap.c +++ b/source/passdb/pdb_ldap.c @@ -946,7 +946,7 @@ static bool init_sam_from_ldap(struct ldapsam_privates *ldap_state, } } if (hex_failed) { - DEBUG(0,("init_sam_from_ldap: Failed to get password history for user %s\n", + DEBUG(2,("init_sam_from_ldap: Failed to get password history for user %s\n", username)); memset(pwhist, '\0', pwHistLen * PW_HISTORY_ENTRY_LEN); }