diff --git a/backupbot.py b/backupbot.py index f2b6570..d47c5d8 100755 --- a/backupbot.py +++ b/backupbot.py @@ -302,7 +302,7 @@ def add_backup_paths(backup_paths, settings, app, selected_volumes): included_volumes = list(zip(*includes))[0] for volume, rel_paths in includes: if not (volume_path:= volumes.get(volume)): - logger.error(f'Can not find volume with the name {volume}') + logger.error(f'Can not find volume with the name {volume} for {app}') continue if selected_volumes and volume not in selected_volumes: logger.debug(f'Skipping {volume}:{rel_paths} because the volume is not selected')