Fix debug message to be clearer

pull/5097/head
David Baker 2017-09-21 10:26:07 +01:00
parent 26ec25b2f7
commit 1cca4c2133
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ if __name__ == "__main__":
deploy_tarball(args.tarball_uri, build_dir)
else:
print(
"Listening on port %s. Extracting to %s%s. Symlinking to %s. Jenkins URL: %s. Include patterns: %s" %
"Listening on port %s. Extracting to %s%s. Symlinking to %s. Jenkins URL: %s. Include files: %s" %
(args.port,
arg_extract_path,
" (clean after)" if deployer.should_clean else "",