parent
cbf37bf90e
commit
cba36ec017
|
@ -70,7 +70,7 @@ class Manager
|
|||
$user
|
||||
);
|
||||
$preferences = new Preferences($preferencesStore->load());
|
||||
} catch (NotReadableError $e) {
|
||||
} catch (Exception $e) {
|
||||
Logger::error(
|
||||
new IcingaException(
|
||||
'Cannot load preferences for user "%s". An exception was thrown',
|
||||
|
|
Loading…
Reference in New Issue