Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… more logging, narrowed to conf switch
  • Loading branch information
ecolsen7 committed Mar 6, 2024
1 parent 847f167 commit 96885db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pjmedia/src/pjmedia/conference.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ PJ_DEF(pj_status_t) pjmedia_conf_add_port( pjmedia_conf *conf,
}

/* Put the port. */
PJ_LOG(2, THIS_FILE, "ADDING conf PORT slot %d", index);
conf->ports[index] = conf_port;
conf->port_cnt++;

Expand Down

0 comments on commit 96885db

Please sign in to comment.