add debug info

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1885 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-12-14 21:21:51 +00:00
parent 8e4ce11532
commit 908a6e1891

View File

@ -205,7 +205,7 @@ bool pqissltunnel::connect_parameter(uint32_t type, uint32_t value)
{ {
{ {
std::ostringstream out; std::ostringstream out;
out << "pqissltunnel::connect_parameter() Peer: " << PeerId(); out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
out << " type: " << type << "value: " << value; out << " type: " << type << "value: " << value;
rslog(RSL_DEBUG_ALL, pqisslzone, out.str()); rslog(RSL_DEBUG_ALL, pqisslzone, out.str());
} }
@ -213,7 +213,7 @@ bool pqissltunnel::connect_parameter(uint32_t type, uint32_t value)
if (type == NET_PARAM_CONNECT_DELAY) if (type == NET_PARAM_CONNECT_DELAY)
{ {
std::ostringstream out; std::ostringstream out;
out << "pqissltunnel::connect_parameter() Peer: " << PeerId(); out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
out << " DELAY: " << value; out << " DELAY: " << value;
rslog(RSL_WARNING, pqisslzone, out.str()); rslog(RSL_WARNING, pqisslzone, out.str());
@ -222,7 +222,7 @@ bool pqissltunnel::connect_parameter(uint32_t type, uint32_t value)
else if (type == NET_PARAM_CONNECT_TIMEOUT) else if (type == NET_PARAM_CONNECT_TIMEOUT)
{ {
std::ostringstream out; std::ostringstream out;
out << "pqissltunnel::connect_parameter() Peer: " << PeerId(); out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
out << " TIMEOUT: " << value; out << " TIMEOUT: " << value;
rslog(RSL_WARNING, pqisslzone, out.str()); rslog(RSL_WARNING, pqisslzone, out.str());