From 86366a6f73beadc7045ab59f8b05b5bd88c343a1 Mon Sep 17 00:00:00 2001 From: nonlin-lin-chaos-order-etc-etal Date: Fri, 18 Jul 2025 02:25:49 +0800 Subject: [PATCH] Add more errors diagnostics to understand malformed configs --- libi2pd/Destination.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libi2pd/Destination.cpp b/libi2pd/Destination.cpp index 394435c5..64b84783 100644 --- a/libi2pd/Destination.cpp +++ b/libi2pd/Destination.cpp @@ -1085,6 +1085,7 @@ namespace client m_StreamingInboundSpeed = std::stoi(it->second); if (it != params->end ()) m_StreamingMaxConcurrentStreams = std::stoi(it->second); + LogPrint (eLogDebug, "Destination: Reading parameter ", I2CP_PARAM_STREAMING_ANSWER_PINGS); it = params->find (I2CP_PARAM_STREAMING_ANSWER_PINGS); if (it != params->end ()) m_IsStreamingAnswerPings = std::stoi (it->second); // 1 for true