X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.cpp;fp=joinpbx.cpp;h=2e2fabfe3a2d349a128abff35ad9179a20b14e3a;hp=6440f5871d2a034a6416ce25cc6fbc87a2a8ce12;hb=ef0eddbfec88fb7ce5f92e2a04ab000ac0fa91d2;hpb=74a7fe54a81bb7e996ea45203bbc8cc0ff6b8dda diff --git a/joinpbx.cpp b/joinpbx.cpp index 6440f58..2e2fabf 100644 --- a/joinpbx.cpp +++ b/joinpbx.cpp @@ -691,7 +691,7 @@ void JoinPBX::message_epoint(unsigned int epoint_id, int message_type, union par switch(message_type) { /* process audio path message */ case MESSAGE_AUDIOPATH: - PDEBUG(DEBUG_JOIN, "join received channel message: %d.\n", param->audiopath); + PDEBUG(DEBUG_JOIN, "join received channel message: audiopath=%d, current relation's channel_state=%d\n", param->audiopath, relation->channel_state); if (relation->channel_state != param->audiopath) { relation->channel_state = param->audiopath; trigger_work(&j_updatebridge);