Skip to content
Snippets Groups Projects
Commit d6d0e34c authored by Andy Yates's avatar Andy Yates
Browse files

Forgot \n in the log output

parent 979b2dec
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ sub _map_checksums {
sub log_progress {
my ( $self, $fmt, @params ) = @_;
return if (!$self->verbose);
printf( STDERR "CHKSM==> %s", sprintf( $fmt, @params ) );
printf( STDERR "CHKSM==> %s\n", sprintf( $fmt, @params ) );
}
1;
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment