summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-04 22:36:36 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-04 22:36:36 +0100
commit9abe5f5065928887d7ba1d286c4e52da8178f6a6 (patch)
tree05aefb6580939653cd3d49a5c41830938d5dc62b
parentcda9838961775441086c57b67d0ec8655a3aa58b (diff)
hashl: Report progress to STDERR
-rwxr-xr-xbin/hashl2
1 files changed, 1 insertions, 1 deletions
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,
);