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 stderr.
Please register or sign in to comment
stdout is the proper place for it. this also fixes the progress bar in musl, which seems to not support using line buffering for stderr.