You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "surendra singh lilhore (JIRA)" <ji...@apache.org> on 2012/06/26 11:05:42 UTC

[jira] [Updated] (BOOKKEEPER-318) Spelling mistake in MultiCallback log message.

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

surendra singh lilhore updated BOOKKEEPER-318:
----------------------------------------------

    Attachment: BOOKKEEPER-318.patch

Attaching patch for issue
                
> 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
>         Attachments: BOOKKEEPER-318.patch
>
>
> {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