Lines Matching refs:LOG_DEBUG

267 	g_gate_log(LOG_DEBUG, "Added %s/%u %s %s to exports list.",  in line_parse()
440 g_gate_log(LOG_DEBUG, "exports[%s]: IP mismatch.", in exports_find()
445 g_gate_log(LOG_DEBUG, "exports[%s]: Path mismatch.", in exports_find()
535 g_gate_log(LOG_DEBUG, "Connection created [%s, %s].", ip2str(ip), in connection_new()
564 g_gate_log(LOG_DEBUG, "Connection added [%s, %s].", ip2str(ip), in connection_add()
578 g_gate_log(LOG_DEBUG, "Connection removed [%s %s].", in connection_remove()
610 g_gate_log(LOG_DEBUG, "Process created [%s].", conn->c_path); in connection_launch()
686 g_gate_log(LOG_DEBUG, "Cannot allocate %zu bytes.", size); in malloc_waitok()
711 g_gate_log(LOG_DEBUG, "Process %u exiting.", getpid()); in recv_thread()
719 g_gate_log(LOG_DEBUG, "Received hdr packet."); in recv_thread()
722 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in recv_thread()
734 g_gate_log(LOG_DEBUG, "Waiting for %u bytes of data...", in recv_thread()
789 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in disk_thread()
814 g_gate_log(LOG_DEBUG, "Unsupported request: %i", req->r_cmd); in disk_thread()
876 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in send_thread()
887 g_gate_log(LOG_DEBUG, "Sent hdr packet."); in send_thread()
895 g_gate_log(LOG_DEBUG, in send_thread()
930 g_gate_log(LOG_DEBUG, "Receiving version packet."); in handshake()
937 g_gate_log(LOG_DEBUG, "Version packet received."); in handshake()
960 g_gate_log(LOG_DEBUG, "Receiving initial packet."); in handshake()
967 g_gate_log(LOG_DEBUG, "Initial packet received."); in handshake()
973 g_gate_log(LOG_DEBUG, "Found existing connection (token=%lu).", in handshake()
989 g_gate_log(LOG_DEBUG, "New connection created (token=%lu).", in handshake()
1007 g_gate_log(LOG_DEBUG, "Sending initial packet."); in handshake()