diff --git a/slic3r.pl b/slic3r.pl index 2990d5aa2..a4f5ca4d1 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -94,7 +94,7 @@ if (@ARGV) { # slicing from command line output_file => $opt{output}, status_cb => sub { my ($percent, $message) = @_; - printf "=> $message\n"; + printf "=> %s\n", $message; }, ); if ($opt{export_svg}) {