Cleaner isWebDAVWorking reason, otherwise people overlook the reason
This commit is contained in:
parent
3b2a0523f8
commit
7ac49dd52a
|
@ -595,7 +595,7 @@ class OC_Util {
|
||||||
} catch(\Sabre_DAV_Exception_NotAuthenticated $e) {
|
} catch(\Sabre_DAV_Exception_NotAuthenticated $e) {
|
||||||
$return = true;
|
$return = true;
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
OC_Log::write('core', 'isWebDAVWorking: NO - Reason: '.$e, OC_Log::WARN);
|
OC_Log::write('core', 'isWebDAVWorking: NO - Reason: '.$e->getMessage(). ' ('.get_class($e).')', OC_Log::WARN);
|
||||||
$return = false;
|
$return = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue