From f3bee5ff3f2049ef1d44ef674ecdf765a191ff6b Mon Sep 17 00:00:00 2001 From: hagen Date: Mon, 28 Dec 2015 00:00:00 +0000 Subject: [PATCH] * log message fix --- I2NPProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.cpp b/I2NPProtocol.cpp index 63c8ea9c..cfa1bd15 100644 --- a/I2NPProtocol.cpp +++ b/I2NPProtocol.cpp @@ -516,7 +516,7 @@ namespace i2p if (msg) { uint8_t typeID = msg->GetTypeID (); - LogPrint (eLogDebug, "I2NP: Got message with type ", (int)typeID); + LogPrint (eLogDebug, "I2NP: Handling message with type ", (int)typeID); switch (typeID) { case eI2NPTunnelData: