From 012cbba1ffcda71ad4eb00ba31ce93c880a2180f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Sep 2018 18:23:29 -0400 Subject: 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. --- db-import-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")" -- cgit v1.2.2