Skip to content

Commit 561f5b6

Browse files
author
Tim Wichmann
committed
Replace roundcube error with curl error for logging
Signed-off-by: Tim Wichmann <tim@wichmann.online>
1 parent 33fb444 commit 561f5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/imap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function checkPassword($uid, $password) {
103103
return $uid;
104104
} else {
105105
OC::$server->getLogger()->error(
106-
'ERROR: Could not connect via roundcube lib: '.$rcube->error,
106+
'ERROR: Could not connect to imap server via curl: '.curl_error($ch),
107107
['app' => 'user_external']
108108
);
109109
}

0 commit comments

Comments
 (0)