Added some verbose logging for expire-autoreply

This commit is contained in:
Jean Raby
2013-10-15 10:49:21 -04:00
parent edca3638ec
commit fdea04c08c

View File

@@ -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])
{