From 1e5fbedcef89a042cb352b7792ce2ff2d51dfd76 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 16 Jun 2020 18:37:00 +0000 Subject: [PATCH] Fix log message going to stdout --- deb-repo-urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb-repo-urls b/deb-repo-urls index 7387cbd..a456f9f 100755 --- a/deb-repo-urls +++ b/deb-repo-urls @@ -114,7 +114,7 @@ do # Package indices elif [[ "${fn}" =~ /Packages(\.[^/]*)?$ ]] then - echo "Processing package: ${fn}" + echo "Processing package: ${fn}" >&2 fetch_and_print "${archiveRoot}/dists/${distribution}/${fn}" filename= size=-1