diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-08-14 09:01:56 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-08-14 09:01:56 +0200 |
commit | b6751ab01ebcba0a0eab82b3ec235ea2f92bcf6c (patch) | |
tree | 4e8c69ff9cccf376185f3a430ef1b07c06c288f4 /src/CallManager.cpp | |
parent | Fix SVG color undefined (diff) | |
download | nheko-b6751ab01ebcba0a0eab82b3ec235ea2f92bcf6c.tar.xz |
Appease the linter
Diffstat (limited to 'src/CallManager.cpp')
-rw-r--r-- | src/CallManager.cpp | 2 |
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()) |