diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-04 22:36:36 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-04 22:36:36 +0100 |
commit | 9abe5f5065928887d7ba1d286c4e52da8178f6a6 (patch) | |
tree | 05aefb6580939653cd3d49a5c41830938d5dc62b /bin | |
parent | cda9838961775441086c57b67d0ec8655a3aa58b (diff) |
hashl: Report progress to STDERR
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ); |