Lines Matching refs:L_ERROR

111 		dbms_log(L_ERROR,"New child closing.. but then what ?");  in free_connection()
127 dbms_log(L_ERROR,"More than one child pointer ?"); in free_connection()
132 dbms_log(L_ERROR,"Child died, but no record.."); in free_connection()
147 dbms_log(L_ERROR,"We are non forking, but still see a C_CHILD"); in free_connection()
151 dbms_log(L_ERROR,"Zapping a rather unkown connection type?"); in free_connection()
166 dbms_log(L_ERROR,"Connection to zap not found"); in zap()
178 dbms_log(L_ERROR,"Re-entry of cleandown()."); in cleandown()
226 dbms_log(L_ERROR,"How did we get here ?"); in continue_send()
244 dbms_log(L_ERROR,"Failed to continue write %s",strerror(errno)); in continue_send()
250 dbms_log(L_ERROR,"Client closed the connection on us"); in continue_send()
319 dbms_log(L_ERROR,"Initial write error: %s",strerror(errno)); in dispatch()
325 dbms_log(L_ERROR,"Intial write; client closed connection"); in dispatch()
346 dbms_log(L_ERROR, in dispatch()
360 dbms_log(L_ERROR, in dispatch()
433 dbms_log(L_ERROR,"Max number of clients reached (hard max), completely ignoring"); in handle_new_connection()
442 reply_log(&tmp,L_ERROR,"Too many connections fd=%d",clientfd); in handle_new_connection()
448 dbms_log(L_ERROR,"Could not make socket non blocking: %s",strerror(errno)); in handle_new_connection()
481 dbms_log(L_ERROR,"Could not claim enough memory"); in handle_new_connection()
552 dbms_log(L_ERROR,"Again read %s on %d",strerror(errno),r->clientfd); in initial_read()
557 dbms_log(L_ERROR,"Interruped read %s",strerror(errno)); in initial_read()
563 dbms_log(L_ERROR,"Read error %s",strerror(errno)); in initial_read()
598 reply_log(r,L_ERROR,"Not a client side token.."); in initial_read()
614 reply_log(r,L_ERROR,"Size one to big"); in initial_read()
620 reply_log(r,L_ERROR,"Size two to big"); in initial_read()
637 reply_log(r,L_ERROR, in initial_read()
649 reply_log(r,L_ERROR, in initial_read()
676 dbms_log(L_ERROR,"Would block. Even though we peeked at the cmd string. Retry"); in initial_read()
681 dbms_log(L_ERROR,"Error while reading remainder: (1 %s",strerror(errno)); in initial_read()
721 dbms_log(L_ERROR,"continued read, but nothing there"); in continue_read()
726 dbms_log(L_ERROR,"Error while reading remainder: (2 %s",strerror(errno)); in continue_read()
732 dbms_log(L_ERROR,"continued read, but client closed connection (%d/%s)", in continue_read()