summaryrefslogtreecommitdiffstats
path: root/libtorrent/src/upnp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtorrent/src/upnp.cpp')
-rw-r--r--libtorrent/src/upnp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtorrent/src/upnp.cpp b/libtorrent/src/upnp.cpp
index e45022953..390d49450 100644
--- a/libtorrent/src/upnp.cpp
+++ b/libtorrent/src/upnp.cpp
@@ -160,7 +160,7 @@ int upnp::add_mapping(upnp::protocol_type p, int external_port, int local_port)
m_log << time_now_string()
<< " *** add mapping [ proto: " << (p == tcp?"tcp":"udp")
<< " ext_port: " << external_port
- << " local_port:" << local_port << " ]";
+ << " local_port :" << local_port << " ]";
if (m_disabled) m_log << " DISABLED";
m_log << std::endl;
#endif