DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40116>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40116

           Summary: Someone fogot a debugging statement in syslogAppender!
           Product: Log4j
           Version: 1.3alpha
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Appender
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The currently available 1.3alpha-8 snapshot contains a forgotten debugging
line :)

bye,

-christian-

--- src/java/org/apache/log4j/net/SyslogAppender.java.orig      2006-07-26
14:15:46.270450392 +0200
+++ src/java/org/apache/log4j/net/SyslogAppender.java   2006-07-26
15:38:20.642271392 +0200
@@ -356,7 +378,6 @@
 
   void writeInitialParts(LoggingEvent event) throws IOException {
     int pri = syslogFacility +event.getLevel().getSyslogEquivalent();
-    System.out.println(""+pri);
     sw.write("<");
     sw.write(String.valueOf(pri));
     sw.write(">");

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to