exploratory pool added

This commit is contained in:
orignal 2014-04-02 13:14:21 -04:00
parent 4970b4d14e
commit 489266e7fc
5 changed files with 6 additions and 4 deletions

View file

@ -255,7 +255,7 @@ namespace util
for (auto it: i2p::tunnel::tunnels.GetInboundTunnels ())
{
it.second->GetTunnelConfig ()->Print (s);
if (it.second->GetTunnelPool ())
if (it.second->GetTunnelPool () && !it.second->GetTunnelPool ()->IsExploratory ())
s << " " << "Pool";
if (it.second->IsFailed ())
s << " " << "Failed";