Skip to content

Commit

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

/* Put the port. */
conf_port->slot = index;
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 847f167

Please sign in to comment.