module-rtp: silence some debug

This commit is contained in:
Wim Taymans 2023-04-14 12:17:43 +02:00
parent a275e825c7
commit c968259348

View file

@ -889,7 +889,7 @@ static void parse_apple_midi_cmd_ck(struct impl *impl, bool ctrl, uint8_t *buffe
latency = t3 - t1;
offset = ((t3 + t1) / 2) - t2;
pw_log_info("latency:%f offset:%f", latency / 1e5, offset / 1e5);
pw_log_debug("latency:%f offset:%f", latency / 1e5, offset / 1e5);
if (hdr->count >= 2)
return;
}
@ -1654,7 +1654,7 @@ static void on_timer_event(void *data, uint64_t expirations)
struct session *sess;
uint64_t current_time = impl->next_time;
pw_log_info("timeout");
pw_log_debug("timeout");
spa_list_for_each(sess, &impl->sessions, link) {
if (sess->state != SESSION_STATE_ESTABLISHED)
continue;