mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
misc: fix log
Change-Id: I0654169997945e5899ff9a46087ff4a13535b0e1
This commit is contained in:
@ -2570,7 +2570,7 @@ Manager::ManagerPimpl::processIncomingCall(const std::string& accountId, Call& i
|
||||
incomCall.getMediaAttributeList());
|
||||
|
||||
if (mediaList.empty())
|
||||
JAMI_WARN("Incoming call {} has an empty media list", incomCallId);
|
||||
JAMI_WARNING("Incoming call {} has an empty media list", incomCallId);
|
||||
|
||||
JAMI_DEBUG("Incoming call {} on account {} with {} media",
|
||||
incomCallId,
|
||||
|
Reference in New Issue
Block a user