just some coding style fixes and very small changes

This commit is contained in:
Johannes Findeisen 2013-05-24 03:25:50 +02:00
commit 0f82647c1a
5 changed files with 3310 additions and 4 deletions

View file

@ -45,7 +45,7 @@ def main():
log.i("parsed arguments")
if args.action == "start":
log.i("starting linspector: reading config...")
log.i("starting linspector: reading config... (" + args.config + ")")
config = Config(args.config, log)
log.d("parsed config: " + str(config))
for hg in config.hostgroups: