Browse Source

BOB: improve comment and remove error log in list command

pull/1374/head
rszibele 5 years ago
parent
commit
a23e845c03
  1. 4
      libi2pd_client/BOB.cpp

4
libi2pd_client/BOB.cpp

@ -661,9 +661,9 @@ namespace client @@ -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");

Loading…
Cancel
Save