// all the following items of metadata are contained in one metadata packet
// they are preceded by an 'ssnc' 'mdst' item and followed by an 'ssnc 'mden' item.
+ debug(1, "metadata_hub_process_metadata type %x, code %x and length %u.", type, code, length);
char *cs;
int changed = 0;
if (((check_buf->ready) || (x == conn->ab_write)) && (missing_frame_run_count > 0)) {
// send a resend request
if (missing_frame_run_count > 1)
- debug(2, "request resend of %d packets starting at seqno %u.",
+ debug(3, "request resend of %d packets starting at seqno %u.",
missing_frame_run_count, start_of_missing_frame_run);
if (config.disable_resend_requests == 0) {
debug_mutex_unlock(&conn->ab_mutex, 3);