Fixed #51 fix logging string substitution parameter.

pull/60/head
Brett Wooldridge 11 years ago
parent 8430fce40d
commit cf2f0b0be4

@ -89,7 +89,7 @@ public final class HikariMBeanElf
}
else
{
LOGGER.error("No registered MBean for {0}.", configuration.getPoolName());
LOGGER.error("No registered MBean for {}.", configuration.getPoolName());
}
}
catch (Exception e)

Loading…
Cancel
Save