summaryrefslogtreecommitdiff
path: root/source/lib/util_sid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/util_sid.c')
-rw-r--r--source/lib/util_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_sid.c b/source/lib/util_sid.c
index b0a82877146..9861aecf25a 100644
--- a/source/lib/util_sid.c
+++ b/source/lib/util_sid.c
@@ -47,7 +47,7 @@ char *sid_to_string(pstring sidstr_out, const DOM_SID *sid)
pstrcat(sidstr_out, subauth);
}
- DEBUG(7,("sid_to_string returning %s\n", sidstr_out));
+ DEBUG(20, ("sid_to_string returning %s\n", sidstr_out));
return sidstr_out;
}