commit | cf7f4da077571e6579bb71ea64a97c53b9fb30f6 | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Thu Nov 30 19:46:12 2017 -0500 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Thu Nov 30 19:46:12 2017 -0500 |
tree | 52353626898623a9cd00ea2b910b6ea7ac2acd16 | |
parent | 0cf8ddaa31eabdb9170674dde27ff234eae81c2c [diff] |
Use Logger's built-in formatting Passing concatenated strings into a logging method can incur a needless performance hit because the concatenation will be performed every time the method is called, whether or not the log level is low enough to show the message. Use built-in string formatting instead. Change-Id: I0f5f0abfd13e0354ea5bb0f720b453e538ec4635