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
1 changed files with 1 additions and 1 deletions

View File

@ -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