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
… fixup! more logging, narrowed to conf switch
  • Loading branch information
ecolsen7 committed Mar 6, 2024
1 parent 96885db commit 2a1e638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjmedia/src/pjmedia/conference.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +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);
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 2a1e638

Please sign in to comment.