]> git.decadent.org.uk Git - dak.git/blobdiff - kelly
Log as kelly in kelly. Don't duplicate bug close log msgs in katie.py.
[dak.git] / kelly
diff --git a/kelly b/kelly
index 37b6db47eaad63ad268f13a8dfa04ea93fa7f968..b9f02911cd36ce202bad43625203b29a3e77ad86 100755 (executable)
--- a/kelly
+++ b/kelly
@@ -2,7 +2,7 @@
 
 # Installs Debian packages
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: kelly,v 1.10 2003-07-29 14:00:39 ajt Exp $
+# $Id: kelly,v 1.11 2003-09-17 23:36:17 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ import db_access, katie, logging, utils;
 ###############################################################################
 
 # Globals
-kelly_version = "$Revision: 1.10 $";
+kelly_version = "$Revision: 1.11 $";
 
 Cnf = None;
 Options = None;
@@ -585,7 +585,7 @@ def main():
                 utils.fubar("Couldn't obtain lock; assuming another kelly is already running.");
             else:
                 raise;
-        Logger = Katie.Logger = logging.Logger(Cnf, "katie");
+        Logger = Katie.Logger = logging.Logger(Cnf, "kelly");
         if not installing_to_stable and Cnf.get("Dir::UrgencyLog"):
             Urgency_Logger = Urgency_Log(Cnf);