Skip to content

Commit

Permalink
Corrected indentation and changed to a more specific error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Mischa Siekmann <github@gnumpi.com>
  • Loading branch information
Mischa Siekmann authored and gnumpi committed Aug 23, 2019
1 parent c0abb76 commit 1883b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/imap.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ public function checkPassword($uid, $password) {
}
} else {
OC::$server->getLogger()->error(
'ERROR: Wrong domain: '.$this->domain,
['app' => 'user_external']
);
'ERROR: User has a wrong domain! Expecting: '.$this->domain,
['app' => 'user_external']
);
return false;
}
} else {
Expand Down

0 comments on commit 1883b0c

Please sign in to comment.