changeset 6632 | 78878f5a8166 |
parent 6627 | 430b7703b3fd |
child 6912 | b61b844f2dad |
--- a/entities/schemaobjs.py Mon Oct 25 17:15:46 2010 +0200 +++ b/entities/schemaobjs.py Mon Oct 25 17:15:51 2010 +0200 @@ -68,7 +68,8 @@ host = gethostname() for hostcfg in self.host_configs: if hostcfg.match(host): - self.info('matching host config %s' % hostcfg.match_host) + self.info('matching host config %s for source %s', + hostcfg.match_host, self.name) dictconfig.update(hostcfg.dictconfig) return dictconfig