* HTTPProxy: fix converted request (#508)

* I2PService: reword log message, to avoid ambiguity
This commit is contained in:
hagen 2016-06-03 00:00:00 +00:00
parent 2628426084
commit aa764fbd1c
2 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,7 @@ namespace client
m_LocalDestination->CreateStream (streamRequestComplete, identHash, port);
else
{
LogPrint (eLogWarning, "I2PService: Remote destination ", dest, " not found");
LogPrint (eLogWarning, "I2PService: Remote destination not found: ", dest);
streamRequestComplete (nullptr);
}
}