Sonar: logging arguments should not require evaluation

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