diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index ab7333cf0e6..0a2f15f9f5e 100755 --- a/index.php +++ b/index.php @@ -30,7 +30,7 @@ try { OC::handleRequest(); } catch (Exception $ex) { - \OCP\Util::logException($ex); + \OCP\Util::logException('index', $ex); //show the user a detailed error page OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR); |