From: Joerg Jaspert Date: Sat, 25 Sep 2010 13:27:37 +0000 (+0200) Subject: Argl, this is intended and works as it should, dont warn, inform X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c6e41f91f40f5e90da44e83cce83dee990ec49a7;p=dak.git Argl, this is intended and works as it should, dont warn, inform Signed-off-by: Joerg Jaspert --- diff --git a/daklib/queue.py b/daklib/queue.py index 3bf0a72a..dec339af 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -171,8 +171,8 @@ def determine_new(filename, changes, files, warn=1, session = None): newsuite = get_suite(oldsuite.overridesuite, session) if newsuite: - print "WARNING: overriding suite %s to suite %s" % ( - suite, oldsuite.overridesuite) + print "INFORMATION: Using overrides from suite %s instead of suite %s" % ( + oldsuite.overridesuite, suite) del changes["suite"][suite] changes["suite"][oldsuite.overridesuite] = 1 else: