Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit f4f0285

Browse files
committed
pygate log
1 parent 7b5c41d commit f4f0285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/pygate/lora_pkt_fwd/jitqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ enum jit_error_e jit_enqueue(struct jit_queue_s *queue, struct timeval *time, st
230230
* t_packet < t_current + TX_START_DELAY + MARGIN
231231
*/
232232
if (packet->count_us <= time_us + TX_START_DELAY + TX_MARGIN_DELAY + TX_JIT_DELAY) {
233-
MSG_ERROR("jitqueue: IGNORED: not REJECTED, already too late to send it (current=%u, packet=%u, type=%d)\n", time_us, packet->count_us, pkt_type);
233+
MSG_WARN("jitqueue: IGNORED: not REJECTED, already too late to send it (current=%u, packet=%u, type=%d)\n", time_us, packet->count_us, pkt_type);
234234
// pthread_mutex_unlock(&mx_jit_queue);
235235
// return JIT_ERROR_TOO_LATE;
236236
}

0 commit comments

Comments
 (0)