fix bad log message

This commit is contained in:
Charles Kerr 2007-12-15 03:25:13 +00:00
parent f8f4e1fc32
commit 4da5fc85bb
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ tr_upnpPulse( tr_upnp * handle, int port, int isEnabled )
portStr, portStr, handle->lanaddr,
"Transmission", "TCP" ) );
tr_inf( KEY "port forwarding via '%s', service '%s'. (local address: %s:%d)",
handle->urls.controlURL, handle->data.servicetype, handle->lanaddr, handle->port );
handle->urls.controlURL, handle->data.servicetype, handle->lanaddr, port );
if( handle->isMapped ) {
tr_inf( KEY "port forwarding successful!" );
handle->port = port;