made upnp log the entire HTTP message sent to the router

This commit is contained in:
Arvid Norberg 2007-09-12 19:38:52 +00:00
parent 94f5b93d21
commit 07ba2b8362
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ void upnp::post(upnp::rootdevice const& d, std::string const& soap
#ifdef TORRENT_UPNP_LOGGING
m_log << time_now_string()
<< " ==> sending: " << soap << std::endl;
<< " ==> sending: " << header.str() << std::endl;
#endif
}