remove error_log output

remotes/origin/ldap_group_count
Bjoern Schiessle 12 years ago
parent 31bf2d4b33
commit d3f957c21e
  1. 3
      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);
}
}

Loading…
Cancel
Save