You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2010/10/11 18:29:32 UTC

[jira] Updated: (CASSANDRA-1604) Database Descriptor has log message that mashes words

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

Edward Capriolo updated CASSANDRA-1604:
---------------------------------------

    Attachment: cassandra-1604-1-patch.txt

> Database Descriptor has log message that mashes words
> -----------------------------------------------------
>
>                 Key: CASSANDRA-1604
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1604
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7 beta 1, 0.7 beta 2
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Trivial
>         Attachments: cassandra-1604-1-patch.txt
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> -                logger.info("DiskAccessMode is" + conf.disk_access_mode + ", indexAccessMode is " + indexAccessMode );
> +                logger.info("DiskAccessMode is " + conf.disk_access_mode + ", indexAccessMode is " + indexAccessMode );

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.