We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada7e9f + ffe4696 commit 4a259f9Copy full SHA for 4a259f9
1 file changed
lib/private/Files/Cache/Updater.php
@@ -284,7 +284,7 @@ private function correctParentStorageMtime($internalPath) {
284
// ignore the failure.
285
// with failures concurrent updates, someone else would have already done it.
286
// in the worst case the `storage_mtime` isn't updated, which should at most only trigger an extra rescan
287
- $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]);
288
}
289
290
0 commit comments