1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

demote the nat-pmp `try again' message to dbg

This commit is contained in:
Charles Kerr 2008-03-18 19:34:44 +00:00
parent cb854bd4cc
commit f92c5fd502

View file

@ -65,7 +65,7 @@ static void
logVal( const char * func, int ret ) logVal( const char * func, int ret )
{ {
if( ret==NATPMP_TRYAGAIN ) if( ret==NATPMP_TRYAGAIN )
tr_ninf( getKey(), _( "%s responded 'try again'" ), func ); tr_ndbg( getKey(), _( "%s responded 'try again'" ), func );
else if( ret >= 0 ) else if( ret >= 0 )
tr_ninf( getKey(), _( "%s succeeded (%d)" ), func, ret ); tr_ninf( getKey(), _( "%s succeeded (%d)" ), func, ret );
else else