aboutsummaryrefslogtreecommitdiffstats
path: root/main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch')
-rw-r--r--main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch b/main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch
index 82d7b13479..340ad079e5 100644
--- a/main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch
+++ b/main/apk-tools/0002-print-use-stdout-instead-of-stderr-for-logging-and-p.patch
@@ -1,7 +1,8 @@
From 517378721855280d2e23d25d7529e6b9cbae9136 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi>
Date: Fri, 11 Oct 2013 14:52:34 +0300
-Subject: [PATCH] print: use stdout instead of stderr for logging and progress
+Subject: [PATCH 2/3] print: use stdout instead of stderr for logging and
+ progress
stdout is the proper place for it. this also fixes the progress
bar in musl, which seems to not support using line buffering for
@@ -73,5 +74,5 @@ index 6d00064..aafe2ef 100644
}
--
-1.8.4
+1.8.5.1