[Pkg-owncloud-commits] [owncloud] 48/69: remove error_log output

David Prévot taffit at moszumanska.debian.org
Sat May 10 16:20:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit d3f957c21e5ed0e6dc33b8d3be0d2aae2eeaaa24
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Wed May 7 17:56:52 2014 +0200

    remove error_log output
---
 apps/files_sharing/lib/updater.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/apps/files_sharing/lib/updater.php b/apps/files_sharing/lib/updater.php
index 249211c..ff9c295 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);
 		}
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list