log info about config source
authorKonstantin Stepanov <kstep@p-nut.info>
Tue, 21 Dec 2010 19:10:10 +0000 (21:10 +0200)
committerKonstantin Stepanov <kstep@p-nut.info>
Tue, 21 Dec 2010 23:44:13 +0000 (01:44 +0200)
dbuscron/shell/main.py

index 4291e60..4f76b71 100644 (file)
@@ -54,6 +54,7 @@ def run():
 
     # 5. load config file
     def load_config(parser):
+        log("Loading config from", parser.filename, "...")
         try:
             for rule, cmd in parser:
                 matcher = DbusRule(**rule)