[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Fix log messages



---
 dak/check_overrides.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/check_overrides.py b/dak/check_overrides.py
index 5cccfb6..1e9a6d6 100755
--- a/dak/check_overrides.py
+++ b/dak/check_overrides.py
@@ -288,7 +288,7 @@ SELECT s.source FROM source s, src_associations sa, files f, location l,
                 # we can copy
                 packages[package] = 1
                 Logger.log(["copying missing override", osuite, component,
-                    type, package, priorities[i[1]], sections[i[2]], i[3]])
+                    otype, package, priorities[i[1]], sections[i[2]], i[3]])
                 if not Options["No-Action"]:
                     session.execute("""INSERT INTO override (package, suite, component,
                                                              priority, section, type, maintainer)
-- 
1.6.3.3


Reply to: