summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-20 18:23:29 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-09-20 18:23:29 -0400
commit012cbba1ffcda71ad4eb00ba31ce93c880a2180f (patch)
treec2368edfa71694cf0a5006b0936237636b1847f8
parent8d6e8328d115c4bef9c6458cf8b3dc521ade4c0c (diff)
db-import-pkg: Improve logging
Commit 2bbf81 promoted the call to sync_pool to outside of the tag loop, so it bumped sync_pools's inner msg2 to an msg. Then c9a7db but it back inside of the tag loop, but didn't demote it back down to an msg2.
-rwxr-xr-xdb-import-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-import-pkg b/db-import-pkg
index 10952db..80b44fc 100755
--- a/db-import-pkg
+++ b/db-import-pkg
@@ -95,7 +95,7 @@ sync_pool() {
fi
mkdir -p -- "$_into"
- msg "Retrieving up to %d files from %s pool" \
+ msg2 "Retrieving up to %d files from %s pool" \
"$(wc -l < "$_whitelist")" \
"$(basename "$_into")"