From 07ba2b8362c72dfbe448ce2f3d15577ad53ed8be Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 12 Sep 2007 19:38:52 +0000 Subject: [PATCH] made upnp log the entire HTTP message sent to the router --- src/upnp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upnp.cpp b/src/upnp.cpp index e3f8ce073..ef052a538 100644 --- a/src/upnp.cpp +++ b/src/upnp.cpp @@ -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 }