aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-05-07 17:56:52 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-05-07 17:56:52 +0200
commitd3f957c21e5ed0e6dc33b8d3be0d2aae2eeaaa24 (patch)
tree90e753236dd6c6dc5498e1d820dcf00d091cb2ff /apps/files_sharing
parent31bf2d4b33ea28cb8db28201312ad48108136926 (diff)
downloadnextcloud-server-d3f957c21e5ed0e6dc33b8d3be0d2aae2eeaaa24.tar.gz
nextcloud-server-d3f957c21e5ed0e6dc33b8d3be0d2aae2eeaaa24.zip
remove error_log output
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/lib/updater.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php
index 249211c306d..ff9c295c008 100644
--- a/apps/files_sharing/lib/updater.php
+++ b/apps/files_sharing/lib/updater.php
@@ -44,8 +44,7 @@ class Shared_Updater {
$path = dirname($path);
}
} else {
- error_log("error!" . 'can not update etags on ' . $path . ' for user ' . $user);
- \OCP\Util::writeLog('files_sharing', 'can not update etags on ' . $path . ' for user ' . $user, \OCP\Util::ERROR);
+ \OCP\Util::writeLog('files_sharing', 'can not update etags on ' . $path . ' for user ' . $user . '. Path does not exists', \OCP\Util::DEBUG);
}
}