surendra singh lilhore created BOOKKEEPER-318:
-------------------------------------------------

             Summary: Spelling mistake in MultiCallback log message.
                 Key: BOOKKEEPER-318
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-318
             Project: Bookkeeper
          Issue Type: Improvement
          Components: bookkeeper-server
    Affects Versions: 4.2.0
            Reporter: surendra singh lilhore
            Priority: Trivial


{code}
@Override
        public void processResult(int rc, String path, Object ctx) {
            if (rc != successRc) {
                LOG.error("Error in multi callback : " + rc);
                exceptions.add(rc);
            }
            tick();
        }
{code}

--
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