diff --git a/Tools/SOGoToolExpireAutoReply.m b/Tools/SOGoToolExpireAutoReply.m index 4cab4f7c9..ddfa3890d 100644 --- a/Tools/SOGoToolExpireAutoReply.m +++ b/Tools/SOGoToolExpireAutoReply.m @@ -150,6 +150,8 @@ while ((infos = [channel fetchAttributes: attrs withZone: NULL])) { user = [infos objectForKey: @"c_uid"]; + if (verbose) + NSLog(@"Checking user %@\n", user); c_defaults = [infos objectForKey: @"c_defaults"]; if ([c_defaults isNotNull]) {