diff --git a/backup.sh b/backup.sh index 0408b16..48c42d5 100755 --- a/backup.sh +++ b/backup.sh @@ -67,11 +67,11 @@ populate_datasets() if [ $send_dataset ]; then SEND_DATASETS="$SEND_DATASETS $dataset" - debug "Added $dataset for sending." + debug "Enabled send for $dataset." fi if [ $snapshot_dataset ]; then SNAPSHOT_DATASETS="$SNAPSHOT_DATASETS $dataset" - debug "Added $dataset for snapshot." + debug "Enabled snapshot for $dataset." fi done < datasets.txt }