Skip to content
Snippets Groups Projects
Commit 731d01ca authored by ovari's avatar ovari Committed by Adrien Béraud
Browse files

connectionmanager.cpp: cleanup

Change-Id: I42b10e4025d2b37c2c377e874bc5abb1005b6e6c
parent 75c42860
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ ConnectionManager::Impl::connectDeviceStartIce(
if (l)
l->debug("[device {}] Sent connection request. Put encrypted {:s}",
deviceId,
(ok ? "ok" : "failed"));
(ok ? "OK" : "failed"));
});
// Wait for call to onResponse() operated by DHT
if (isDestroying_) {
......@@ -1333,7 +1333,7 @@ ConnectionManager::Impl::answerTo(IceTransport& ice,
if (l)
l->debug("[device {}] Answer to connection request: put encrypted {:s}",
from->getLongId(),
(ok ? "ok" : "failed"));
(ok ? "OK" : "failed"));
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment