Changeset 166
- Timestamp:
- 07/24/07 16:45:35 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsmtpd/src/org/jsmtpd/plugins/filters/ClamAV/ClamAVChat.java
r123 r166 119 119 120 120 } catch (IOException e) { 121 log.debug("IO Error : " + e.getMessage()); 121 log.error("IO Error while talking to Clamd, passing the mail : " + e.getMessage()); 122 responseValue=null; 122 123 } finally { 123 124 if (data != null) {
