[infinispan-issues] [JBoss JIRA] (ISPN-3841) L1NonTxInterceptor - Invalid format of log.tracef message

Mikolaj Gierulski (JIRA) issues at jboss.org
Tue Dec 17 06:18:32 EST 2013


Mikolaj Gierulski created ISPN-3841:
---------------------------------------

             Summary: 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: Mircea Markus
            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: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list