Removed redundant log writings.

This commit is contained in:
vraatikka
2013-08-20 10:49:35 +03:00
parent 76de8f3758
commit 21dabda848
2 changed files with 0 additions and 42 deletions

View File

@ -517,15 +517,6 @@ int gw_read_client_event(DCB* dcb) {
eno,
strerror(eno),
dcb->state);
skygw_log_write(
LOGFILE_TRACE,
"%lu [gw_read_client_event] Setting FIONREAD for fd %d "
"failed. errno %d, %s. dcb->state = %d",
pthread_self(),
dcb->fd,
eno ,
strerror(eno),
dcb->state);
spinlock_release(&dcb->writeqlock);
return 1;