You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$logger->warning('file not found on storage after successfully opening it');
490
+
thrownewServiceUnavailable($this->l10n->t('Failed to get size for : %1$s', [$this->getPath()]));
491
+
} elseif ($this->getSize() !== $fsSize) {
488
492
$logger->warning('fixing cached size of file id=' . $this->getId() . ', cached size was ' . $this->getSize() . ', but the filesystem reported a size of ' . $fsSize);
0 commit comments