cc-4105: added support for multiple watched directories

This commit is contained in:
Rudi Grinberg 2012-07-23 10:15:28 -04:00
parent b634bc3525
commit c5bc6a85d2
2 changed files with 4 additions and 6 deletions

View file

@ -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) )