diff --git a/lib/App/Netdisco/Worker/Runner.pm b/lib/App/Netdisco/Worker/Runner.pm index 2a81ab0c..334e9e97 100644 --- a/lib/App/Netdisco/Worker/Runner.pm +++ b/lib/App/Netdisco/Worker/Runner.pm @@ -76,7 +76,7 @@ sub run_workers { foreach my $worker (@{ $self->$set }) { try { $job->add_status( $worker->($job) ) } catch { - debug "=> $_" if $_; + debug "-> $_" if $_; $job->add_status( Status->error($_) ); }; }