made upnp log the entire HTTP message sent to the router
This commit is contained in:
parent
94f5b93d21
commit
07ba2b8362
|
@ -411,7 +411,7 @@ void upnp::post(upnp::rootdevice const& d, std::string const& soap
|
||||||
|
|
||||||
#ifdef TORRENT_UPNP_LOGGING
|
#ifdef TORRENT_UPNP_LOGGING
|
||||||
m_log << time_now_string()
|
m_log << time_now_string()
|
||||||
<< " ==> sending: " << soap << std::endl;
|
<< " ==> sending: " << header.str() << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue