cc-4105: added support for multiple watched directories
This commit is contained in:
parent
b634bc3525
commit
c5bc6a85d2
2 changed files with 4 additions and 6 deletions
|
@ -65,7 +65,6 @@ class Bootstrapper(Loggable):
|
|||
deleted += 1
|
||||
else:
|
||||
self.logger.error("Could not find the signal corresponding to path: '%s'" % watch_dir)
|
||||
|
||||
self.logger.info( "Flushed watch directories. (modified, deleted) = (%d, %d)"
|
||||
% (modded, deleted) )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue