Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdevbot/autoinstall.py2
1 files changed, 2 insertions, 0 deletions
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: