diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-02 14:02:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-02 14:02:34 +0200 |
commit | 6fde9fdb0ca1c09e1bc7b1892b5a151e2f9bd9db (patch) | |
tree | 7f3d14e2779ea3188d285885c0c76f8fe7f8003d /lib | |
parent | 124f304b7d133ecc5969b9063e5b026368403351 (diff) | |
download | App-BorgRestore-6fde9fdb0ca1c09e1bc7b1892b5a151e2f9bd9db.tar.gz App-BorgRestore-6fde9fdb0ca1c09e1bc7b1892b5a151e2f9bd9db.tar.xz |
Improve debug messages in find_archives
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 18f6d8a..9b68304 100644 --- a/lib/App/BorgRestore.pm +++ b/lib/App/BorgRestore.pm @@ -144,7 +144,7 @@ sub find_archives { my %seen_modtime; my @ret; - $log->debug("Building unique archive list"); + $log->debugf("Searching for archives containing '%s'", $path); my $archives = $self->{db}->get_archives_for_path($path); |