From 9abe5f5065928887d7ba1d286c4e52da8178f6a6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 4 Jan 2011 22:36:36 +0100 Subject: hashl: Report progress to STDERR --- bin/hashl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hashl b/bin/hashl index 985a263..eb00c91 100755 --- a/bin/hashl +++ b/bin/hashl @@ -175,7 +175,7 @@ sub process_file { $cur++; if ($show_progress) { - print $timer->report( + print STDERR $timer->report( "\r\e[2KUpdating: %p done, %L elapsed, %E remaining", $cur, ); -- cgit v1.2.3