mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
18.32.2018 2f1920204ba7a151c34b4ead24b81e37a92dc07d
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -254,7 +254,7 @@
        if (items == null && forceLoad) {
            log.warn("Repo::archiv with name '" + archive.getBorgIdentifier() + "' not found.");
        }
        return items;
        return filter.reduce(items);
    }
    public List<BorgFilesystemItem> getArchiveContent(File file) {