]> git.decadent.org.uk Git - dak.git/blobdiff - dak/transitions.py
why do people want readable messages?
[dak.git] / dak / transitions.py
index d9da5c420b5906062d5853bf28b27245667c69ba..9aaed6247f26e9f9e418056a8115e5287a2445a1 100755 (executable)
@@ -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 "-------------------------------------------------------------------------"
 
 ################################################################################