- Timestamp:
- 09/04/07 07:20:29 PM (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/util/Connection.java
r144 r145 320 320 */ 321 321 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); 324 324 } 325 325
