remove error_log output

This commit is contained in:
Bjoern Schiessle 2014-05-07 17:56:52 +02:00
parent 31bf2d4b33
commit d3f957c21e
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}
}