* HTTPServer.cpp: add space after "Queue size:"

pull/323/head
zenjy 9 years ago
parent c312dbaac1
commit 02b566055e

@ -580,7 +580,7 @@ namespace util
void HTTPConnection::ShowTunnels (std::stringstream& s)
{
s << "<b>Tunnels:</b><br>\r\n<br>\r\n";
s << "<b>Queue size:</b>" << i2p::tunnel::tunnels.GetQueueSize () << "<br>\r\n";
s << "<b>Queue size:</b> " << i2p::tunnel::tunnels.GetQueueSize () << "<br>\r\n";
for (auto it: i2p::tunnel::tunnels.GetOutboundTunnels ())
{
it->Print (s);

Loading…
Cancel
Save