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

pull/246/head
Ludovic Marcotte 2018-11-09 13:50:13 -05:00
parent ec299dcf43
commit 8734ee7486
1 changed files with 4 additions and 1 deletions

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