mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
(trunk daemon) capitalization fix reported by Elbandi
This commit is contained in:
parent
36eac9e36a
commit
4249a6768a
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ printSession( tr_benc * top )
|
||||||
else if( downEnabled )
|
else if( downEnabled )
|
||||||
tr_snprintf( buf, sizeof( buf ), "%"PRId64" KB/s", downLimit );
|
tr_snprintf( buf, sizeof( buf ), "%"PRId64" KB/s", downLimit );
|
||||||
else
|
else
|
||||||
tr_strlcpy( buf, "unlimited", sizeof( buf ) );
|
tr_strlcpy( buf, "Unlimited", sizeof( buf ) );
|
||||||
printf( " Download speed limit: %s (%s limit: %"PRId64" KB/s; %s turtle limit: %"PRId64" KB/s)\n",
|
printf( " Download speed limit: %s (%s limit: %"PRId64" KB/s; %s turtle limit: %"PRId64" KB/s)\n",
|
||||||
buf,
|
buf,
|
||||||
(downEnabled?"Enabled":"Disabled"), downLimit,
|
(downEnabled?"Enabled":"Disabled"), downLimit,
|
||||||
|
|
Loading…
Add table
Reference in a new issue