diff options
author | Tim Potter <tpot@samba.org> | 2000-09-28 00:07:19 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-09-28 00:07:19 +0000 |
commit | 1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105 (patch) | |
tree | cedc0b52c47541052ff461ded89bf543016f328b /source3 | |
parent | efe9922b43ab3c0d89f55749389a7ec49bc8bd62 (diff) | |
download | samba-1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105.tar.gz samba-1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105.tar.bz2 samba-1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105.zip |
Removed annoying unecessary debug message.
(This used to be commit b1a893b74114ee4ab6a295ac0cb0e8fdccda3f53)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/util_sid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/util_sid.c b/source3/lib/util_sid.c index 439bb74a83..b4b88c9d88 100644 --- a/source3/lib/util_sid.c +++ b/source3/lib/util_sid.c @@ -250,7 +250,6 @@ char *sid_to_string(fstring sidstr_out, DOM_SID *sid) fstrcat(sidstr_out, subauth); } - DEBUG(7,("sid_to_string returning %s\n", sidstr_out)); return sidstr_out; } |