Removed fprintf in backend operations.

Some fprinf still available for gateway incoming connection and backend selection
This commit is contained in:
Massimiliano Pinto
2013-07-05 10:36:59 +02:00
parent 5e06ba76dd
commit 29d260e6bf
4 changed files with 41 additions and 44 deletions

View File

@ -87,7 +87,7 @@ int gw_read_gwbuff(DCB *dcb, GWBUF **head, int b) {
int n = -1;
if (b <= 0) {
fprintf(stderr, "||| read_gwbuff called with 0 bytes for %i, closing\n", dcb->fd);
//fprintf(stderr, "||| read_gwbuff called with 0 bytes for %i, closing\n", dcb->fd);
dcb->func.close(dcb);
return 1;
}