From 29cb065102046346cc68d144af90bc810bcc8171 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 11 Aug 2020 08:51:57 +0200 Subject: Bump flatpak dependency --- src/CallManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CallManager.cpp') diff --git a/src/CallManager.cpp b/src/CallManager.cpp index 45890806..7ecabde0 100644 --- a/src/CallManager.cpp +++ b/src/CallManager.cpp @@ -230,9 +230,9 @@ CallManager::handleEvent(const RoomEvent &callInviteEvent) return std::tolower(c1) == std::tolower(c2); }) != sdp.cend(); - nhlog::ui()->debug(std::string("WebRTC: call id: {} - incoming ") + - (isVideo ? "video" : "voice") + " CallInvite from {}", + nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}", callInviteEvent.content.call_id, + (isVideo ? "video" : "voice"), callInviteEvent.sender); if (callInviteEvent.content.call_id.empty()) -- cgit 1.5.1