diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-05-07 17:56:52 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-05-07 17:56:52 +0200 |
commit | d3f957c21e5ed0e6dc33b8d3be0d2aae2eeaaa24 (patch) | |
tree | 90e753236dd6c6dc5498e1d820dcf00d091cb2ff /apps/files_sharing | |
parent | 31bf2d4b33ea28cb8db28201312ad48108136926 (diff) | |
download | nextcloud-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.php | 3 |
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); } } |