summary refs log tree commit diff
path: root/src/CallManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CallManager.cpp')
-rw-r--r--src/CallManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallManager.cpp b/src/CallManager.cpp

index 32b82fdf..7a8d2ca7 100644 --- a/src/CallManager.cpp +++ b/src/CallManager.cpp
@@ -236,7 +236,7 @@ CallManager::handleEvent(const RoomEvent<CallInvite> &callInviteEvent) nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}", callInviteEvent.content.call_id, - (isVideo ? "video" : "voice"), + (isVideo ? "video" : "voice"), callInviteEvent.sender); if (callInviteEvent.content.call_id.empty())