Changeset 286

Show
Ignore:
Timestamp:
11/04/07 14:38:10 (9 months ago)
Author:
hans
Message:

Fixed debug code in XmlLogger

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/2.3.0/classes/phing/listener/XmlLogger.php

    r252 r286  
    143143                $elapsedTime = Phing::currentTimeMillis() - $this->buildTimerStart; 
    144144                 
    145                 print "The build has finished!\n"; 
    146                  
    147145                $this->buildElement->setAttribute(XmlLogger::TIME_ATTR, DefaultLogger::formatTime($elapsedTime)); 
    148146