This commit is contained in:
Arvid Norberg 2008-10-28 21:53:58 +00:00
parent 0b47f69afd
commit 669da96ae2
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ int upnp::add_mapping(upnp::protocol_type p, int external_port, int local_port)
std::stringstream msg;
msg << "adding port map: [ protocol: " << (p == tcp?"tcp":"udp")
<< " ext_port: " << external_port
<< " local_port :" << local_port << " ]";
<< " local_port: " << local_port << " ]";
if (m_disabled) msg << " DISABLED";
log(msg.str());
if (m_disabled) return -1;