mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-13 06:09:21 -04:00
Moving a file logged "could not delete parent id cache" at error level even though the operation succeeded. The parent id cache is populated lazily and its entries expire, so removing a key that was never cached returns "key not found", which is the expected case rather than an error. Log it at debug level instead. Two of the three log sites reported in the issue live in the vendored opencloud-eu/reva module and need a separate fix there. Fixes: https://github.com/opencloud-eu/opencloud/issues/1043