From db459593fb31ac0259616d3f1a01497ae0c78b83 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 16:13:34 +0000 Subject: Print the modules we are observing --- (limited to 'devbot') diff --git a/devbot/autoinstall.py b/devbot/autoinstall.py index ed94b1e..d9103e6 100755 --- a/devbot/autoinstall.py +++ b/devbot/autoinstall.py @@ -38,6 +38,8 @@ def changed_cb(monitor, file, other_file, event_flags, module): def observe(): for module in config.load_modules(): if module.get("autoinstall", False): + print "Observing the %s module" % module["name"] + source_dir = config.get_module_source_dir(module) for root, dirs, files in os.walk(source_dir): for dir in dirs: -- cgit v0.9.1