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

[dak/master] why do people want readable messages?



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/transitions.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/transitions.py b/dak/transitions.py
index d9da5c4..9aaed62 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 "-------------------------------------------------------------------------"
 
 ################################################################################
-- 
1.5.6.5


Reply to: