Lines Matching refs:LOG_DEBUG
734 coap_log(LOG_DEBUG, "unknown critical option %d\n", opt_iter.number); in coap_option_check_critical()
794 coap_show_pdu(LOG_DEBUG, pdu); in coap_session_send_pdu()
815 if (LOG_DEBUG <= coap_get_log_level()) { in coap_send_pdu()
816 coap_show_pdu(LOG_DEBUG, pdu); in coap_send_pdu()
1018 coap_log(LOG_DEBUG, "** %s: mid=0x%x: added to retransmit queue (%ums)\n", in coap_wait_ack()
1277 coap_log(LOG_DEBUG, in coap_send_internal()
1281 coap_log(LOG_DEBUG, in coap_send_internal()
1321 coap_log(LOG_DEBUG, "coap_wait_ack: insufficient memory\n"); in coap_send_internal()
1361 coap_log(LOG_DEBUG, "** %s: mid=0x%x: retransmission #%d\n", in coap_retransmit()
1383 coap_log(LOG_DEBUG, "** %s: mid=0x%x: give up after %d attempts\n", in coap_retransmit()
1491 coap_log(LOG_DEBUG, "** %s: mid=0x%x: transmitted after delay\n", in coap_write_session()
1569 coap_log(LOG_DEBUG, "* %s: received %zd bytes\n", in coap_read_session()
1588 coap_log(LOG_DEBUG, "* %s: received %zd bytes\n", in coap_read_session()
1711 coap_log(LOG_DEBUG, "* %s: received %zd bytes\n", in coap_read_endpoint()
1949 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_remove_from_queue()
1968 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_remove_from_queue()
1985 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_cancel_session_messages()
2001 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_cancel_session_messages()
2027 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_cancel_all_messages()
2044 coap_log(LOG_DEBUG, "** %s: mid=0x%x: removed\n", in coap_cancel_all_messages()
2141 coap_log(LOG_DEBUG, "cannot add token to error response\n"); in coap_new_error_response()
2179 coap_log(LOG_DEBUG, "get_wkc_len: coap_print_wellknown() returned %zu\n", len); in get_wkc_len()
2206 coap_log(LOG_DEBUG, "coap_wellknown_response: cannot create PDU\n"); in coap_wellknown_response()
2211 coap_log(LOG_DEBUG, "coap_wellknown_response: cannot add token\n"); in coap_wellknown_response()
2220 coap_log(LOG_DEBUG, "coap_wellknown_response: undefined resource\n"); in coap_wellknown_response()
2229 coap_log(LOG_DEBUG, "create block\n"); in coap_wellknown_response()
2247 coap_log(LOG_DEBUG, "coap_wellknown_response: insufficient storage space\n"); in coap_wellknown_response()
2261 coap_log(LOG_DEBUG, in coap_wellknown_response()
2293 coap_log(LOG_DEBUG, in coap_wellknown_response()
2310 coap_log(LOG_DEBUG, "coap_wellknown_response: coap_add_data failed\n" ); in coap_wellknown_response()
2316 coap_log(LOG_DEBUG, "coap_print_wellknown failed\n"); in coap_wellknown_response()
2552 coap_log(LOG_DEBUG, "Proxy-%s support not configured\n", in handle_request()
2561 coap_log(LOG_DEBUG, "Proxy-%s code %d.%02d handler not supported\n", in handle_request()
2573 coap_log(LOG_DEBUG, "Proxy-URI not decodable\n"); in handle_request()
2668 coap_log(LOG_DEBUG, "method not allowed for .well-known/core\n"); in handle_request()
2698 coap_log(LOG_DEBUG, "request for unknown resource '%*.*s'," in handle_request()
2708 coap_log(LOG_DEBUG, "request for unknown resource '%*.*s', return 4.04\n", in handle_request()
2742 coap_log(LOG_DEBUG, "call custom handler for resource '%*.*s'\n", in handle_request()
2848 coap_log(LOG_DEBUG, "cannot send response for mid=0x%x\n", mid); in handle_request()
2863 coap_log(LOG_DEBUG, "create default response for %s\n", in handle_request()
2866 coap_log(LOG_DEBUG, "have wellknown response %p\n", (void *)response); in handle_request()
2874 coap_log(LOG_DEBUG, "cannot send response for mid=0x%x\n", mid); in handle_request()
2988 if (LOG_DEBUG <= coap_get_log_level()) { in coap_dispatch()
2997 coap_show_pdu(LOG_DEBUG, pdu); in coap_dispatch()
3138 coap_log(LOG_DEBUG, "dropped message with invalid code (%d.%02d)\n", in coap_dispatch()
3165 coap_log(LOG_DEBUG, "***EVENT: 0x%04x\n", event); in coap_handle_event()
3483 coap_log(LOG_DEBUG, "added mcast group %s i/f %s\n", addr_str, in coap_join_mcast_group_intf()
3486 coap_log(LOG_DEBUG, "added mcast group %s\n", addr_str); in coap_join_mcast_group_intf()
3554 coap_log(LOG_DEBUG, "Started retransmit process\n"); in PROCESS_THREAD()