]> source.dussan.org Git - nextcloud-server.git/commitdiff
log as index, not remote
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 25 Jun 2013 14:45:42 +0000 (17:45 +0300)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 25 Jun 2013 14:45:42 +0000 (17:45 +0300)
index.php

index a064aa5c76f21a9ddc29c581f01372eec5f4939d..90fd3efcc96e060e5f31875e6b7f12e03791e3f6 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -32,6 +32,6 @@ try {
 } catch (Exception $ex) {
        //show the user a detailed error page
        OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
-       \OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
+       \OCP\Util::writeLog('index', $ex->getMessage(), \OCP\Util::FATAL);
        OC_Template::printExceptionErrorPage($ex);
-}
\ No newline at end of file
+}