mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
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:
parent
8e4ce11532
commit
908a6e1891
@ -205,7 +205,7 @@ bool pqissltunnel::connect_parameter(uint32_t type, uint32_t value)
|
||||
{
|
||||
{
|
||||
std::ostringstream out;
|
||||
out << "pqissltunnel::connect_parameter() Peer: " << PeerId();
|
||||
out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
|
||||
out << " type: " << type << "value: " << value;
|
||||
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)
|
||||
{
|
||||
std::ostringstream out;
|
||||
out << "pqissltunnel::connect_parameter() Peer: " << PeerId();
|
||||
out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
|
||||
out << " DELAY: " << value;
|
||||
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)
|
||||
{
|
||||
std::ostringstream out;
|
||||
out << "pqissltunnel::connect_parameter() Peer: " << PeerId();
|
||||
out << "pqissltunnel::connect_parameter() (not used) Peer: " << PeerId();
|
||||
out << " TIMEOUT: " << value;
|
||||
rslog(RSL_WARNING, pqisslzone, out.str());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user