diff options
author | David Robillard <d@drobilla.net> | 2012-07-29 21:45:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-29 21:45:00 +0000 |
commit | 16fee15846a01a71094f5cc159f1dbe695606a26 (patch) | |
tree | 4bb416dcfa5eb56554d1bab8f2f6b26dbb2f9207 | |
parent | ac211a0df9bc5a3b968975085d8b74467ac393c6 (diff) | |
download | lv2-16fee15846a01a71094f5cc159f1dbe695606a26.tar.xz |
Report which extension version numbers are incorrect for.
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,8 +160,8 @@ def specgen(task): revision = model.value(r[2], doap.revision, None) this_date = model.value(r[2], doap.created, None) if this_date > date: - print("warning: revision %d.%d (%s) is not the latest release" % ( - minor, micro, date)) + print("warning: %s revision %d.%d (%s) is not the latest release" % ( + ext_node, minor, micro, date)) break # Get short description |