X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontrol_suite.py;h=ed4f6b1ace28e3dcb255cbfe9a48d3c17b1409f7;hb=58ceaeff3b387703f135d479f028a640e333e9e6;hp=740b88365d6b630580f6c0904f6560b52c7a0139;hpb=472f3b38eb678416552913b9c58f246c722be973;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)