sdeboy      2004/01/21 16:47:30

  Modified:    src/java/org/apache/log4j/chainsaw/layout
                        EventDetailLayout.java
  Log:
  Detail panel now displays location info if available
  
  Revision  Changes    Path
  1.5       +1 -1      
logging-log4j/src/java/org/apache/log4j/chainsaw/layout/EventDetailLayout.java
  
  Index: EventDetailLayout.java
  ===================================================================
  RCS file: 
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/layout/EventDetailLayout.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EventDetailLayout.java    2 Nov 2003 19:53:48 -0000       1.4
  +++ EventDetailLayout.java    22 Jan 2004 00:47:30 -0000      1.5
  @@ -221,7 +221,7 @@
       String[] throwableStringRep = event.getThrowableStrRep();
       LocationInfo li = null;
       if (event.locationInformationExists()) {
  -        formatLocationInfo(event);
  +        li = formatLocationInfo(event);
       }
       Hashtable properties = formatProperties(event);
       LoggingEvent copy =
  
  
  

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

Reply via email to