Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/private/Files/Cache/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
}
}
Expand Down
Loading