mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
fix cnp-error
This commit is contained in:
parent
c23a3f5524
commit
2093860d44
@ -815,7 +815,7 @@ class mail_hooks
|
|||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
// TODO: This is ugly. Log a bit nicer!
|
// TODO: This is ugly. Log a bit nicer!
|
||||||
$error = $e->getMessage();
|
$error = $e->getMessage();
|
||||||
error_log(__METHOD__.__LINE__.' # '.self::_appname.' (user: '.$recipient->account_lid.'): cannot connect to mailbox with Profile:'.$activeProfile.'. Please check your prefs!');
|
error_log(__METHOD__.__LINE__.' # '.' (user: '.$recipient->account_lid.'): cannot connect to mailbox with Profile:'.$activeProfile.'. Please check your prefs!');
|
||||||
if (!empty($error)) error_log(__METHOD__.__LINE__.' # '.$error);
|
if (!empty($error)) error_log(__METHOD__.__LINE__.' # '.$error);
|
||||||
error_log(__METHOD__.__LINE__.' # Instance='.$GLOBALS['egw_info']['user']['domain'].', User='.$GLOBALS['egw_info']['user']['account_lid']);
|
error_log(__METHOD__.__LINE__.' # Instance='.$GLOBALS['egw_info']['user']['domain'].', User='.$GLOBALS['egw_info']['user']['account_lid']);
|
||||||
return false; // cannot connect to mailbox
|
return false; // cannot connect to mailbox
|
||||||
|
Loading…
Reference in New Issue
Block a user