提交 c6e41f91 编写于 作者: J Joerg Jaspert

Argl, this is intended and works as it should, dont warn, inform

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 92533c73
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册