Do not use toString() with loggers 05/85405/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Oct 2019 12:39:17 +0000 (13:39 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 28 Oct 2019 12:39:17 +0000 (13:39 +0100)
commitb0bba49cb711d61c76c6e5e6ff085aca6c1b1192
tree9f77d613dee6e87b2fa8de01ef8a39eefbb9cdb8
parent5901a517e6dd07a12bb2233a57c1cd187ea54a5a
Do not use toString() with loggers

Formatting statements which are arguments to debug() is wasteful,
as logging implementation will do the right thing if/when needed.

Change-Id: Ic00eec1a23378f70b272151fc1224e9c13b0ebd8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/datastore/h2/DomainStore.java
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/datastore/h2/RoleStore.java
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/datastore/h2/UserStore.java