Skip to content

Commit 0a6330f

Browse files
lllliuliudanhunsaker
authored andcommitted
Miss “logger”
1 parent 15e0e23 commit 0a6330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Worker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function work($interval = Resque::DEFAULT_INTERVAL, $blocking = false)
229229
if (in_array($job->getStatus(), array(Resque_Job_Status::STATUS_WAITING, Resque_Job_Status::STATUS_RUNNING)))
230230
{
231231
$job->updateStatus(Resque_Job_Status::STATUS_COMPLETE);
232-
$this->log('done ' . $job);
232+
$this->logger->log('done ' . $job);
233233
}
234234
}
235235
}

0 commit comments

Comments
 (0)