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 }