diff --git a/comport.c b/comport.c index 7fc0716..3a6892e 100644 --- a/comport.c +++ b/comport.c @@ -1339,7 +1339,8 @@ endsendevent: err = write(x->comhandle,(char *)x->x_outbuf, x->x_outbuf_wr_index); if (err != x->x_outbuf_wr_index) { - pd_error(x,"[comport]: Write failed for %d bytes, error is %d",err,errno); + //pd_error(x,"[comport]: Write failed for %d bytes, error is %d",err,errno); + logpost(x,PD_DEBUG,"[comport]: Write failed for %d bytes, error is %d",err,errno); } #endif /*_WIN32*/ x->x_outbuf_wr_index = 0; /* for now we just drop anything that didn't send */