X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=2dd2820f2b8fee4d715fec1e703eb9d1f0ea9600;hb=8eacd63f7c91d557537a5672e59a7ff854e159ff;hp=2048e215ea3da3ef0db43d0136171dbf8c0561ab;hpb=a8c91601641c5ae0fee611869c2cd742195a1d9f;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 2048e215..2dd2820f 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -155,7 +155,7 @@ def main(): Options["Sudo"] = "" if not Options["Sudo"] and not Options["No-Action"]: - Logger = daklog.Logger(cnf.Cnf, "security-install") + Logger = daklog.Logger("security-install") session = DBConn().session()