diff --git a/lib/private/Files/Cache/Updater.php b/lib/private/Files/Cache/Updater.php index 561600d9b7ba1..35098c5b796f1 100644 --- a/lib/private/Files/Cache/Updater.php +++ b/lib/private/Files/Cache/Updater.php @@ -284,7 +284,7 @@ private function correctParentStorageMtime($internalPath) { // ignore the failure. // with failures concurrent updates, someone else would have already done it. // in the worst case the `storage_mtime` isn't updated, which should at most only trigger an extra rescan - $this->logger->warning('Error while updating parent storage_mtime, should be safe to ignore', ['exception' => $e]); + $this->logger->info('Error while updating parent storage_mtime, should be safe to ignore', ['exception' => $e]); } } }