summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-30 17:02:14 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-30 17:20:18 +0000
commit39c006d33c81213f847c83425907297e72918471 (patch)
treeb7fe65257ad6b8e69d11f19608c6b4d68bd0cfc3 /scripts
parentbedec8e16e987f7f4acb89ae7def5a702e1fcc9b (diff)
downloaddefinitions-39c006d33c81213f847c83425907297e72918471.tar.gz
Add markers around list in debug log
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release-upload2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/release-upload b/scripts/release-upload
index cfbe06b2..ad865001 100755
--- a/scripts/release-upload
+++ b/scripts/release-upload
@@ -219,8 +219,10 @@ class BuildArtifactPublisher(object):
argv += self.find_system_morphologies()
output = cliapp.runcmd(argv)
basenames = output.splitlines()
+ logging.debug('List of build artifacts in release:')
for basename in basenames:
logging.debug(' {0}'.format(basename))
+ logging.debug('End of list of build artifacts in release')
return basenames