You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org> on 2010/08/01 18:15:15 UTC

[jira] Closed: (QPID-2641) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

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

Robbie Gemmell closed QPID-2641.
--------------------------------

    Fix Version/s: 0.7
       Resolution: Duplicate

Closing as duplicate of QPID-2641

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2641
>                 URL: https://issues.apache.org/jira/browse/QPID-2641
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Sorin Suciu
>             Fix For: 0.7
>
>
> The following line: 
>  if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))
> wanted to use the logical AND (&&) operator instead of & (bitwise AND).

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org