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
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:[email protected]