Skip to content

Commit 4a259f9

Browse files
Merge pull request #55148 from nextcloud/backport/55141/stable31
[stable31] fix(Updater): Lower deadlock log level from warning to info
2 parents ada7e9f + ffe4696 commit 4a259f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Cache/Updater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ private function correctParentStorageMtime($internalPath) {
284284
// ignore the failure.
285285
// with failures concurrent updates, someone else would have already done it.
286286
// 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]);
287+
$this->logger->info('Error while updating parent storage_mtime, should be safe to ignore', ['exception' => $e]);
288288
}
289289
}
290290
}

0 commit comments

Comments
 (0)