cc-4105: more refactorings, this time so that scan/watch diretories are always handled from one place
This commit is contained in:
parent
3b1583f620
commit
ba78731f99
6 changed files with 83 additions and 62 deletions
|
@ -52,7 +52,7 @@ class Bootstrapper(Loggable):
|
|||
for to_delete in db_songs.difference(songs):
|
||||
dispatcher.send(signal=self.watch_signal, sender=self, event=DeleteFile(to_delete))
|
||||
deleted += 1
|
||||
self.logger.info( "Flushed watch directories. (modified, deleted) = (%d, %d)"
|
||||
% (modded, deleted) )
|
||||
self.logger.info( "Flushed watch directory(%s). (modified, deleted) = (%d, %d)"
|
||||
% (directory, modded, deleted) )
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue