Skip to content
Snippets Groups Projects
Commit 75c42860 authored by ovari's avatar ovari Committed by ovari
Browse files

ice_transport.cpp: cleanup

Change-Id: I8a9c0e958b39296968837de502e81a0a0d3f623d
parent 9207f419
No related branches found
No related tags found
No related merge requests found
......@@ -996,7 +996,7 @@ IceTransport::Impl::requestUpnpMappings()
// Check the number of mappings
if (state->failed || state->mappings.size() != compCount_) {
if (logger_)
logger_->error("[ice:{}] UPnP mapping failed: expected {:d} mappings, got {:d}",
logger_->error("[ice:{}] UPnP mapping failed: expected {:d} mapping(s), got {:d}",
fmt::ptr(this),
compCount_,
state->mappings.size());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment