mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
This commit is contained in:
@@ -1523,8 +1523,6 @@ printSession (tr_variant * top)
|
||||
printf (" Configuration directory: %s\n", str);
|
||||
if (tr_variantDictFindStr (args, TR_KEY_download_dir, &str, NULL))
|
||||
printf (" Download directory: %s\n", str);
|
||||
if (tr_variantDictFindInt (args, TR_KEY_download_dir_free_space, &i))
|
||||
printf (" Download directory free space: %s\n", strlsize (buf, i, sizeof buf));
|
||||
if (tr_variantDictFindInt (args, TR_KEY_peer_port, &i))
|
||||
printf (" Listenport: %" PRId64 "\n", i);
|
||||
if (tr_variantDictFindBool (args, TR_KEY_port_forwarding_enabled, &boolVal))
|
||||
|
||||
Reference in New Issue
Block a user