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

Kai Reinhard
06.20.2019 2104d18b615af005220d8483d2130a884d628842
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -294,7 +294,7 @@
                }
            }
            if (items == null && forceLoad) {
                log.warn("Repo::archiv with name '" + archive.getBorgIdentifier() + "' not found.");
                log.warn("Repo::archiv with name '" + archive.getBorgIdentifier() + "' not found or job was cancelled.");
            }
            return items;
        }