change noop to info, and some fixes

This commit is contained in:
Oliver Gorwits
2017-11-25 12:29:08 +00:00
parent de594c647f
commit 26b4bdb907
16 changed files with 54 additions and 58 deletions

View File

@@ -29,7 +29,7 @@ sub worker_body {
try {
$job->started(scalar localtime);
prctl sprintf 'nd2: #%s poll: #%s: %s',
$wid, $job->id, $job->summary;
$wid, $job->id, $job->display_name;
info sprintf "pol (%s): starting %s job(%s) at %s",
$wid, $job->action, $job->id, $job->started;
$self->run($job);