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
1 file changed
tree: 52353626898623a9cd00ea2b910b6ea7ac2acd16
  1. .settings/
  2. src/
  3. .gitignore
  4. BUILD
  5. LICENSE