cc-4105: formatted comments
This commit is contained in:
parent
59f390a975
commit
4f29301334
2 changed files with 9 additions and 8 deletions
|
@ -180,6 +180,8 @@ class WatchSyncer(ReportHandler,Loggable):
|
|||
|
||||
def __del__(self):
|
||||
# Ideally we would like to do a little more to ensure safe shutdown
|
||||
if self.events_in_queue(): self.logger.warn("Terminating with events in the queue still pending...")
|
||||
if self.requests_in_queue(): self.logger.warn("Terminating with http requests still pending...")
|
||||
if self.events_in_queue():
|
||||
self.logger.warn("Terminating with events still in the queue...")
|
||||
if self.requests_in_queue():
|
||||
self.logger.warn("Terminating with http requests still pending...")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue