(fix) be a bit more verbose when session is expired

This commit is contained in:
Ludovic Marcotte
2018-11-09 13:50:13 -05:00
parent ec299dcf43
commit 8734ee7486
+4 -1
View File
@@ -82,7 +82,10 @@
value = [SOGoSession valueForSessionKey: _pwd];
if (!value)
return NO;
{
[self logWithFormat:@"Expired session received, redirecting to login page."];
return NO;
}
domain = nil;
[SOGoSession decodeValue: value