From a23e845c03275a77f57e81b5af989806dcd5ebf8 Mon Sep 17 00:00:00 2001 From: rszibele Date: Tue, 25 Jun 2019 19:04:27 +0200 Subject: [PATCH] BOB: improve comment and remove error log in list command --- libi2pd_client/BOB.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libi2pd_client/BOB.cpp b/libi2pd_client/BOB.cpp index 828b8e8a..b88eea81 100644 --- a/libi2pd_client/BOB.cpp +++ b/libi2pd_client/BOB.cpp @@ -661,9 +661,9 @@ namespace client } if(!sentCurrent && !m_Nickname.empty()) { - // add the current tunnel to the list + // add the current tunnel to the list. + // this is for the incomplete tunnel which has not been started yet. BuildStatusLine(true, m_CurrentDestination, statusLine); - LogPrint(eLogError, statusLine); SendRaw(statusLine.c_str()); } SendReplyOK ("Listing done");