Changeset 166

Show
Ignore:
Timestamp:
07/24/07 16:45:35 (1 year ago)
Author:
jfp
Message:

Fixed bug when clamd not available or responding slowly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsmtpd/src/org/jsmtpd/plugins/filters/ClamAV/ClamAVChat.java

    r123 r166  
    119119 
    120120        } 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; 
    122123        } finally { 
    123124            if (data != null) {