From 2a1e6384f416bd8553fc2df440a08f81238f9ce6 Mon Sep 17 00:00:00 2001 From: Erik Olsen Date: Wed, 6 Mar 2024 07:27:04 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! more logging, narrowed to conf switch --- pjmedia/src/pjmedia/conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjmedia/src/pjmedia/conference.c b/pjmedia/src/pjmedia/conference.c index a57642cf58..2daffdd1a7 100644 --- a/pjmedia/src/pjmedia/conference.c +++ b/pjmedia/src/pjmedia/conference.c @@ -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++;