mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00:00
BOB: improve comment and remove error log in list command
This commit is contained in:
parent
cb8373e487
commit
a23e845c03
@ -661,9 +661,9 @@ namespace client
|
|||||||
}
|
}
|
||||||
if(!sentCurrent && !m_Nickname.empty())
|
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);
|
BuildStatusLine(true, m_CurrentDestination, statusLine);
|
||||||
LogPrint(eLogError, statusLine);
|
|
||||||
SendRaw(statusLine.c_str());
|
SendRaw(statusLine.c_str());
|
||||||
}
|
}
|
||||||
SendReplyOK ("Listing done");
|
SendReplyOK ("Listing done");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user