mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Dispatcher Service: Remove duplicate polling complete message (#10290)
This commit is contained in:
@@ -397,7 +397,6 @@ class PollerQueueManager(QueueManager):
|
||||
error('Polling device {} failed! {}'.format(device_id, e))
|
||||
self.unlock(device_id)
|
||||
else:
|
||||
info('Polling complete {}'.format(device_id))
|
||||
self.unlock(device_id)
|
||||
else:
|
||||
debug('Tried to poll {}, but it is locked'.format(device_id))
|
||||
|
Reference in New Issue
Block a user