Home
last modified time | relevance | path

Searched refs:LOGGER_ERROR (Results 1 – 20 of 20) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dmsi.c103 LOGGER_ERROR(m->log, "Allocation failed! Program might misbehave!"); in msi_new()
126 LOGGER_ERROR(log, "Tried to terminate non-existing session"); in msi_kill()
133 LOGGER_ERROR(log, "Failed to acquire lock on msi mutex"); in msi_kill()
172 LOGGER_ERROR(session->messenger->log, "Already in a call"); in msi_invite()
219 LOGGER_ERROR(session->messenger->log, "Call is in invalid state!"); in msi_hangup()
326 LOGGER_ERROR(log, "Read over length!"); \ in msg_parse_in()
330 LOGGER_ERROR(log, "Invalid data size!"); \ in msg_parse_in()
339 LOGGER_ERROR(log, "Failed enum high limit!"); \ in msg_parse_in()
347 LOGGER_ERROR(log, "Invalid end byte"); in msg_parse_in()
382 LOGGER_ERROR(log, "Invalid id byte"); in msg_parse_in()
[all …]
H A Dvideo.c83LOGGER_ERROR(log, "vc_init_encoder_cfg:Failed to get config: %s", vpx_codec_err_to_string(rc)); in vc_init_encoder_cfg()
194 LOGGER_ERROR(log, "Init video_decoder failed: %s", vpx_codec_err_to_string(rc)); in vc_new()
227 LOGGER_ERROR(log, "Failed to initialize encoder: %s", vpx_codec_err_to_string(rc)); in vc_new()
234 LOGGER_ERROR(log, "Failed to set encoder control setting: %s", vpx_codec_err_to_string(rc)); in vc_new()
248 LOGGER_ERROR(log, "Failed to set encoder control setting: %s", vpx_codec_err_to_string(rc)); in vc_new()
327 LOGGER_ERROR(vc->log, "Error decoding video: %d %s", (int)rc, vpx_codec_err_to_string(rc)); in vc_iterate()
412LOGGER_ERROR(vc->log, "Failed to set encoder control setting: %s", vpx_codec_err_to_string(rc)); in vc_reconfigure_encoder()
431 LOGGER_ERROR(vc->log, "Failed to initialize encoder: %s", vpx_codec_err_to_string(rc)); in vc_reconfigure_encoder()
440LOGGER_ERROR(vc->log, "Failed to set encoder control setting: %s", vpx_codec_err_to_string(rc)); in vc_reconfigure_encoder()
H A Daudio.c52 LOGGER_ERROR(log, "Error while starting audio decoder: %s", opus_strerror(status)); in ac_new()
132 LOGGER_ERROR(ac->log, "Failed to allocate memory for audio buffer"); in ac_iterate()
383 LOGGER_ERROR(log, "Error while starting audio encoder: %s", opus_strerror(status)); in create_audio_encoder()
400 LOGGER_ERROR(log, "Error while setting encoder ctl: %s", opus_strerror(status)); in create_audio_encoder()
416 LOGGER_ERROR(log, "Error while setting encoder ctl: %s", opus_strerror(status)); in create_audio_encoder()
436 LOGGER_ERROR(log, "Error while setting encoder ctl: %s", opus_strerror(status)); in create_audio_encoder()
454 LOGGER_ERROR(log, "Error while setting encoder ctl: %s", opus_strerror(status)); in create_audio_encoder()
485 LOGGER_ERROR(log, "Error while setting encoder ctl: %s", opus_strerror(status)); in reconfigure_audio_encoder()
508LOGGER_ERROR(ac->log, "Error while starting audio decoder(%d %d): %s", sampling_rate, channels, op… in reconfigure_audio_decoder()
H A Drtp.c276 LOGGER_ERROR(log, "Out of memory while trying to allocate for frame of size %u", in fill_data_into_slot()
475 LOGGER_ERROR(m->log, "Invalid video packet: frame offset (%u) >= full frame length (%u)", in handle_rtp_packet()
481LOGGER_ERROR(m->log, "Invalid old protocol video packet: frame offset (%u) >= full frame length (%… in handle_rtp_packet()
669 LOGGER_ERROR(m->log, "out of memory while allocating work buffer list"); in rtp_new()
754 LOGGER_ERROR(log, "No session!"); in rtp_send_data()
H A Dgroupav.c195 LOGGER_ERROR(group_av->log, "Error while starting audio encoder: %s", opus_strerror(rc)); in recreate_encoder()
203 LOGGER_ERROR(group_av->log, "Error while setting encoder ctl: %s", opus_strerror(rc)); in recreate_encoder()
212 LOGGER_ERROR(group_av->log, "Error while setting encoder ctl: %s", opus_strerror(rc)); in recreate_encoder()
326LOGGER_ERROR(group_av->log, "Error while starting audio decoder: %s", opus_strerror(rc)); in decode_audio_packet()
H A Dtoxav.c921LOGGER_ERROR(av->m->log, "Could not encode video frame: %s", vpx_codec_err_to_string(vrc)); in toxav_video_send_frame()
1327 LOGGER_ERROR(av->m->log, "Failed to create new bwc"); in call_prepare_transmission()
1335 LOGGER_ERROR(av->m->log, "Failed to create audio codec session"); in call_prepare_transmission()
1343 LOGGER_ERROR(av->m->log, "Failed to create audio rtp session"); in call_prepare_transmission()
1352 LOGGER_ERROR(av->m->log, "Failed to create video codec session"); in call_prepare_transmission()
1360 LOGGER_ERROR(av->m->log, "Failed to create video rtp session"); in call_prepare_transmission()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dstate.c14 LOGGER_ERROR(log, "state_load() called with invalid args."); in state_load()
33 LOGGER_ERROR(log, "state file too short: %u < %u", length, length_sub); in state_load()
39 LOGGER_ERROR(log, "state file garbled: %04x != %04x", cookie_type >> 16, cookie_inner); in state_load()
52 LOGGER_ERROR(log, "Error occcured in state file (type: %u).", type); in state_load()
61 LOGGER_ERROR(log, "unparsed data in state file of length %u", length); in state_load()
H A Dlogger.h77 #define LOGGER_ERROR(log, ...) LOGGER_WRITE(log, LOGGER_LEVEL_ERROR , __VA_ARGS__) macro
81 LOGGER_ERROR(log, __VA_ARGS__); \
88 LOGGER_ERROR(log, "Assertion failed"); \
H A Dnetwork.c508LOGGER_ERROR(net->log, "attempted to send message of length %u on uninitialised socket", (unsigned… in sendpacket()
514LOGGER_ERROR(net->log, "attempted to send message with network family %d (probably IPv6) on IPv4 s… in sendpacket()
589 LOGGER_ERROR(log, "Unexpected error reading from socket: %u, %s", error, strerror); in receivepacket()
762 LOGGER_ERROR(log, "invalid address family: %u", ip.family.value); in new_networking_ex()
788 LOGGER_ERROR(log, "Failed to get a socket?! %d, %s", neterror, strerror); in new_networking_ex()
945LOGGER_ERROR(log, "Failed to bind socket: %d, %s IP: %s port_from: %u port_to: %u", neterror, stre… in new_networking_ex()
H A DMessenger.c165 LOGGER_ERROR(m->log, "Friend list full: we have more than 4 billion friends"); in init_new_friend()
496 LOGGER_ERROR(m->log, "Message type %d is invalid", type); in m_send_message_generic()
501 LOGGER_ERROR(m->log, "Friend number %d is invalid", friendnumber); in m_send_message_generic()
506 LOGGER_ERROR(m->log, "Message length %u is too large", length); in m_send_message_generic()
511 LOGGER_ERROR(m->log, "Friend %d is not online", friendnumber); in m_send_message_generic()
526 LOGGER_ERROR(m->log, "Failed to write crypto packet for message of length %d to friend %d", in m_send_message_generic()
2835 LOGGER_ERROR(m->log, "Unknown type encountered: %u", type); in m_plugin_size()
H A DTCP_server.c223 LOGGER_ERROR(tcp_server->logger, "FAIL index is -1"); in add_accepted()
287 LOGGER_ERROR(logger, "FAIL recv packet"); in read_TCP_length()
316 LOGGER_ERROR(logger, "FAIL recv packet"); in read_TCP_packet()
H A Dfriend_connection.c351 LOGGER_ERROR(fr_c->logger, "a. Could not delete dht peer. Please report this."); in change_dht_pk()
H A DDHT.c2840 LOGGER_ERROR(dht->log, "could not allocate %u nodes", MAX_SAVED_DHT_NODES); in dht_save()
2935 LOGGER_ERROR(dht->log, "could not allocate %u nodes", MAX_SAVED_DHT_NODES); in dht_load_state_callback()
2952 LOGGER_ERROR(dht->log, "Load state (DHT): contains unrecognized part (len %u, type %u)", in dht_load_state_callback()
H A Dtox.c364 LOGGER_ERROR(tox->m->log, "Load state: contains unrecognized part (len %u, type %u)", in state_load_callback()
H A Dnet_crypto.c2005 LOGGER_ERROR(c->log, "Could not create new crypto connection"); in accept_crypto_connection()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/windows/native/libjpackage/
H A DLog.h183 #define LOGGER_ERROR(logger, message) LOGGER_LOG(logger, Logger::LOG_ERROR, message) macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/native/common/
H A DLog.h218 #define LOGGER_ERROR(logger, message) LOGGER_LOG(logger, Logger::LOG_ERROR, message) macro
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/native/common/
H A DLog.h218 #define LOGGER_ERROR(logger, message) LOGGER_LOG(logger, Logger::LOG_ERROR, message) macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/native/common/
H A DLog.h218 #define LOGGER_ERROR(logger, message) LOGGER_LOG(logger, Logger::LOG_ERROR, message) macro
/dports/net-im/tox/c-toxcore-0.2.13/
H A DCHANGELOG.md443 - [#1003](https://github.com/TokTok/c-toxcore/pull/1003) Remove LOGGER_ERROR for harmless send fail…