| branch | devel |
| changeset 228 | 944edbe51145 |
| parent 224 | 072de50834f9 |
| child 267 | ef2df3f23cb1 |
--- a/iro/config.py Sun Mar 11 16:39:50 2012 +0100 +++ b/iro/config.py Fri Mar 16 12:56:48 2012 +0100 @@ -1,3 +1,5 @@ +from twisted.python import log + from ConfigParser import ConfigParser import signal from functools import partial @@ -93,6 +95,7 @@ return ["[%s]"%self.name,]+ret def readConfig(): + log.msg("Reading configs.") configParser.read(confFiles) configParser.reload_() if main._init: