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

Kai Reinhard
06.20.2019 2104d18b615af005220d8483d2130a884d628842
Log message.
1 files modified
2 ■■■ changed files
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java 2 ●●● patch | view | raw | blame | history
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;
        }