Skip to content

Commit 1883b0c

Browse files
Mischa Siekmanngnumpi
authored andcommitted
Corrected indentation and changed to a more specific error message.
Signed-off-by: Mischa Siekmann <github@gnumpi.com>
1 parent c0abb76 commit 1883b0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/imap.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ public function checkPassword($uid, $password) {
7373
}
7474
} else {
7575
OC::$server->getLogger()->error(
76-
'ERROR: Wrong domain: '.$this->domain,
77-
['app' => 'user_external']
78-
);
76+
'ERROR: User has a wrong domain! Expecting: '.$this->domain,
77+
['app' => 'user_external']
78+
);
7979
return false;
8080
}
8181
} else {

0 commit comments

Comments
 (0)