mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
demote the nat-pmp `try again' message to dbg
This commit is contained in:
parent
cb854bd4cc
commit
f92c5fd502
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ static void
|
|||
logVal( const char * func, int ret )
|
||||
{
|
||||
if( ret==NATPMP_TRYAGAIN )
|
||||
tr_ninf( getKey(), _( "%s responded 'try again'" ), func );
|
||||
tr_ndbg( getKey(), _( "%s responded 'try again'" ), func );
|
||||
else if( ret >= 0 )
|
||||
tr_ninf( getKey(), _( "%s succeeded (%d)" ), func, ret );
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue