1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 07:03:44 +00:00

(trunk daemon) capitalization fix reported by Elbandi

This commit is contained in:
Charles Kerr 2009-06-23 01:07:09 +00:00
parent 36eac9e36a
commit 4249a6768a

View file

@ -894,7 +894,7 @@ printSession( tr_benc * top )
else if( downEnabled )
tr_snprintf( buf, sizeof( buf ), "%"PRId64" KB/s", downLimit );
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",
buf,
(downEnabled?"Enabled":"Disabled"), downLimit,