From ade911c1c6ae51f0535beaf1c222de77fd860036 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 5 Nov 2001 22:57:14 +0000 Subject: Removed totally annoying verbose debug in sid_to_string() (This used to be commit 4f21ddb8737d3f72a84465d3384351ccd2b07d15) --- source3/lib/util_sid.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 8903bb1465..06ff9510b7 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -410,8 +410,6 @@ BOOL string_to_sid(DOM_SID *sidout, char *sidstr) sid_append_rid(sidout, (uint32)strtoul(tok, NULL, 10)); } - DEBUG(7,("string_to_sid: converted SID %s ok\n", sidstr)); - return True; } -- cgit