cc-4105: undid change to old mm

This commit is contained in:
Rudi Grinberg 2012-07-30 18:04:32 -04:00
parent c3dde0c679
commit 29a95c842e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class AirtimeProcessEvent(ProcessEvent):
res = self.api_client.remove_watched_dir(path)
if(res is None):
self.logger.info("Unable to connect to the Airtime server.")
# success
# sucess
if(res['msg']['code'] == 0):
self.logger.info("%s removed from watch folder list successfully.", path)
else: