aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-01-06 19:53:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-01-06 19:53:38 +0300
commitd7d8728b9df5d22ba88666fe17f62e8b79d6446a (patch)
tree941a4776d8efdee79da7ce5a9119c2439e1878dc /src
parentREADME: update (diff)
downloadconfig-links-d7d8728b9df5d22ba88666fe17f62e8b79d6446a.tar.gz
config-links-d7d8728b9df5d22ba88666fe17f62e8b79d6446a.zip
db.sh: consistent logging
Diffstat (limited to 'src')
-rw-r--r--src/db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.sh b/src/db.sh
index 5eb1697..d987e85 100644
--- a/src/db.sh
+++ b/src/db.sh
@@ -272,7 +272,7 @@ chmod_entries() {
local mode="$1"
shift
- echo "Applying mode $mode to shared files..."
+ dump "applying mode $mode to shared files..."
if [ "${#shared_paths[@]}" -ne 0 ]; then
is_dry_run || chmod -- "$mode" ${shared_paths[@]+"${shared_paths[@]}"}
fi