P2PServer: show an error when there are no connections

This commit is contained in:
SChernykh
2021-10-08 18:02:04 +02:00
parent af2a8eeb08
commit 77a3a5857c
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -371,6 +371,7 @@ template<> struct log::Stream::Entry<XMRAmount>
template<> struct log::Stream::Entry<NetworkType>
{
// cppcheck-suppress constParameter
static NOINLINE void put(const NetworkType& value, Stream* wrapper)
{
switch (value) {