#394 Poller error
Closed: Fixed 7 years ago Opened 7 years ago by ralph.

I saw this in the logs:

Checking status of task_id "18155217"
  task 18155217 is in state 18155217
Checking status of task_id "18155218"
  task 18155218 is in state 18155218

That's... clearly not right.


That's simple logging error:

We have:
log.info(' task {0!r} is in state {0!r}'.format(
It should be:
log.info(' task {0!r} is in state {1!r}'.format(

Metadata Update from @jkaluza:
- Issue assigned to jkaluza

7 years ago

Metadata Update from @jkaluza:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

7 years ago

Login to comment on this ticket.

Metadata