]
Sanne Grinovero reassigned ISPN-3841:
-------------------------------------
Assignee: Sanne Grinovero (was: Mircea Markus)
L1NonTxInterceptor - Invalid format of log.tracef message
---------------------------------------------------------
Key: ISPN-3841
URL:
https://issues.jboss.org/browse/ISPN-3841
Project: Infinispan
Issue Type: Bug
Affects Versions: 6.0.0.Final
Reporter: Mikolaj Gierulski
Assignee: Sanne Grinovero
Priority: Minor
org.infinispan.interceptors.distribution.L1NonTxInterceptor.invalidateL1(InvocationContext,
DataWriteCommand, boolean) invokes log.tracef with invalid message format - it contains
'%', but should be '%s':
log.tracef("Not invalidating key '%' as local node(%s) is not owner",
command.getKey(), rpcManager.getAddress());
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: