Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change analysis statistics total message #1499

Merged
merged 1 commit into from
Apr 9, 2018

Conversation

gyorb
Copy link
Contributor

@gyorb gyorb commented Apr 6, 2018

No description provided.

@gyorb gyorb requested review from csordasmarton and dkrupp April 6, 2018 08:18
@@ -57,7 +57,7 @@ def worker_result_handler(results, metadata, output_path):
failed_analysis[analyzer_type] += 1

LOG.info("----==== Summary ====----")
LOG.info("Total compilation commands: " + str(len(results)))
LOG.info("Total analyzed compilation commands: " + str(len(results)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please use the following format:

LOG.info("Total analyzed compilation commands: %s", str(len(results)))

@csordasmarton csordasmarton merged commit afee051 into Ericsson:master Apr 9, 2018
@csordasmarton csordasmarton added this to the release 6.7 milestone Apr 9, 2018
@gyorb gyorb deleted the dev-msg branch April 11, 2019 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants