commit | 48e1509309699174e872e3b0bc2efb08b3897444 | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Wed Nov 29 18:07:34 2017 -0500 |
committer | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Thu Nov 30 07:35:16 2017 -0500 |
tree | fb2c159a8accf6ab887cdd83561611e9a4bbb5d9 | |
parent | 6cb9ddcfaeb0aa788d51d3d23af395c28c8b1f53 [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: Ib46a53bffc8ee9a8732e6680ec32a5b9e132059c