mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
Fixed unit test
This commit is contained in:
parent
86ae77811d
commit
f379d3a36d
2 changed files with 1 additions and 2 deletions
|
@ -164,7 +164,6 @@ class Resque_Worker
|
|||
$this->log('Starting blocking with timeout of ' . $interval, self::LOG_VERBOSE);
|
||||
$this->updateProcLine('Waiting for ' . implode(',', $this->queues) . ' with blocking timeout ' . $interval);
|
||||
} else {
|
||||
$this->log('Starting with interval of ' . $interval, self::LOG_VERBOSE);
|
||||
$this->updateProcLine('Waiting for ' . implode(',', $this->queues) . ' with interval ' . $interval);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue