Added good debugging for removed_watch_directory
This commit is contained in:
parent
b0a7f60b10
commit
03d3dc8312
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ class Manager(Loggable):
|
||||||
else:
|
else:
|
||||||
self.logger.info("'%s' is not being watched, hence cannot be \
|
self.logger.info("'%s' is not being watched, hence cannot be \
|
||||||
removed" % watch_dir)
|
removed" % watch_dir)
|
||||||
|
self.logger.info("The directories we are watching now are:")
|
||||||
|
self.logger.info( self.__wd_path )
|
||||||
|
|
||||||
def loop(self):
|
def loop(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue