X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=ed4f6b1ace28e3dcb255cbfe9a48d3c17b1409f7;hb=e51c37d2560d411945779e035115fc3d11dedb8e;hp=740b88365d6b630580f6c0904f6560b52c7a0139;hpb=71c48c6fce3e9f48367a19ed87c2400142c6f722;p=dak.git diff --git a/dak/control_suite.py b/dak/control_suite.py index 740b8836..ed4f6b1a 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -424,7 +424,7 @@ def main (): if action == "list": get_list(suite, session) else: - Logger = daklog.Logger(cnf.Cnf, "control-suite") + Logger = daklog.Logger("control-suite") if file_list: for f in file_list: process_file(utils.open_file(f), suite, action, session, britney, force)