kopia lustrzana https://github.com/nextcloud/social
get_class in log
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/342/head
rodzic
2247e2482c
commit
7ab0a7f334
|
@ -238,9 +238,9 @@ class CurlService {
|
||||||
$this->request($request);
|
$this->request($request);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->miscService->log(
|
$this->miscService->log(
|
||||||
'Cannot initiate AsyncWithToken ' . json_encode($token) . ' ' . json_encode($e), 1
|
'Cannot initiate AsyncWithToken ' . json_encode($token) . ' (' . get_class($e)
|
||||||
|
. ' - ' . json_encode($e) . ')', 1
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue