- Timestamp:
- 09/04/07 19:20:29 (4 years ago)
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.
