From: Mark Hymers Date: Mon, 26 Oct 2009 18:09:50 +0000 (+0000) Subject: why do people want readable messages? X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=cff72b254f1fe8685609753bc891c6079d2f0d7e;hp=119b74a84a46f63ed37f216cde4eec1c439b4158;p=dak.git why do people want readable messages? Signed-off-by: Mark Hymers --- diff --git a/dak/transitions.py b/dak/transitions.py index d9da5c42..9aaed624 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -549,7 +549,7 @@ def transition_info(transitions): print "This transition is still ongoing, we currently have version %s" % (source.version) else: print "This transition is over, the target package reached testing, should be removed" - print "%s wanted version: %s, has %s" % (source, expected, source.version) + print "%s wanted version: %s, has %s" % (source.source, expected, source.version) print "-------------------------------------------------------------------------" ################################################################################