summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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