- log.msg('Video room %s: joined by %s using %s (%d participants present)' % (videoroom.uri, account, account_info.user_agent, self.videoroom_sessions.count()))
+ log.msg('Video room %s: joined by %s using %s (%d participants present) from %s' % (videoroom.uri, account, account_info.user_agent, self.videoroom_sessions.count(), self.end_point_address))
if not videoroom_session.ice_media_negotiation_started:
- log.msg('Video room %s: ICE negotiation started by %s using %s' % (videoroom_session.room.uri, videoroom_session.account_id. account_info.user_agent))
+ log.msg('Video room %s: ICE negotiation started by %s using %s' % (videoroom_session.room.uri, videoroom_session.account_id, account_info.user_agent))