mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk daemon) fix r8595 oops
This commit is contained in:
parent
b064d75457
commit
dfa3e0f5b6
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue