tweak log message

This commit is contained in:
Oliver Gorwits
2017-11-21 10:00:53 +00:00
parent e42a59c4b8
commit c576a755af

View File

@@ -76,7 +76,7 @@ sub run_workers {
foreach my $worker (@{ $self->$set }) { foreach my $worker (@{ $self->$set }) {
try { $job->add_status( $worker->($job) ) } try { $job->add_status( $worker->($job) ) }
catch { catch {
debug "=> $_" if $_; debug "-> $_" if $_;
$job->add_status( Status->error($_) ); $job->add_status( Status->error($_) );
}; };
} }