Show
Ignore:
Timestamp:
09/04/07 07:20:29 PM (16 months ago)
Author:
octorian
Message:

Logging merge fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/util/Connection.java

    r144 r145  
    320320     */ 
    321321    public void sendCommand(String s) throws IOException { 
    322         if (debug) { 
    323             System.out.println("[SEND] " + s); 
     322        if(globalConfig.getConnDebug()) { 
     323            EventLogger.logEvent(AppInfo.GUID, ("[SEND CMD] " + s).getBytes(), EventLogger.DEBUG_INFO); 
    324324        } 
    325325