make the port forwarding error message text a little more helpful

This commit is contained in:
Charles Kerr 2008-03-18 02:30:35 +00:00
parent d8fa1dff77
commit ec34995cff
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ natPulse( tr_shared * s )
tr_ninf( getKey(), _( "State changed from \"%s\" to \"%s\"" ), getNatStateStr(s->natStatus), getNatStateStr(status) );
s->natStatus = status;
if( status == TR_NAT_TRAVERSAL_ERROR )
tr_nerr( getKey(), _( "Port forwarding failed. See debug messages for more information." ) );
tr_nerr( getKey(), _( "Port forwarding failed. Turn on debug messages and restart for more information." ) );
}
}