diff options
author | Andreas Schneider <asn@samba.org> | 2011-03-08 17:47:36 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-03-09 09:28:42 +0100 |
commit | b181cd8465e01fb7334d49725b5deee35a61d68c (patch) | |
tree | efa548afdab009f2f4f167b3287d0e385a8c325f /source3/lib | |
parent | d4867ef8389a3767bba66d76511da496cb8c5495 (diff) | |
download | samba-b181cd8465e01fb7334d49725b5deee35a61d68c.tar.gz samba-b181cd8465e01fb7334d49725b5deee35a61d68c.tar.bz2 samba-b181cd8465e01fb7334d49725b5deee35a61d68c.zip |
s3-smbd: Increase debug level von context messages.
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/privileges.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/privileges.c b/source3/lib/privileges.c index 00dfefebc1..38264245a5 100644 --- a/source3/lib/privileges.c +++ b/source3/lib/privileges.c @@ -91,7 +91,7 @@ static bool get_privileges( const struct dom_sid *sid, uint64_t *mask ) data = dbwrap_fetch_bystring( db, talloc_tos(), keystr ); if ( !data.dptr ) { - DEBUG(3, ("get_privileges: No privileges assigned to SID " + DEBUG(4, ("get_privileges: No privileges assigned to SID " "[%s]\n", sid_string_dbg(sid))); return False; } |