(trunk daemon) fix r8595 oops

This commit is contained in:
Charles Kerr 2009-06-03 13:24:02 +00:00
parent b064d75457
commit dfa3e0f5b6
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ printSession( tr_benc * top )
char buf[128];
printf( "LIMITS\n" );
printf( " Peer limit: %" PRId64 "\n", i );
printf( " Peer limit: %" PRId64 "\n", peerLimit );
if( altEnabled )
tr_snprintf( buf, sizeof( buf ), "%"PRId64" KB/s", altUp );