StorageProxy does not log correctly when schema is not in agreement 
--------------------------------------------------------------------

                 Key: CASSANDRA-3381
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3381
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jackson Chung
            Priority: Minor


"logger.debug("%s disagrees (%s)", host, entry.getKey());"

that would literally log: 

DEBUG [pool-2-thread-359] 2011-10-18 10:34:45,376 StorageProxy.java (line 821) 
%s disagrees (%s)


simple fix: replace with %s with {} ... may want to consider logging better 
comment?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to