mirror of
https://github.com/transmission/transmission
synced 2025-03-06 19:48:15 +00:00
set message level appropriately on launch
This commit is contained in:
parent
72ee19dcca
commit
33633f5ce1
2 changed files with 2 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -6,6 +6,7 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
|
|||
- All Platforms
|
||||
+ Support BitTorrent Enhancement Proposal #6 "Fast Extension"
|
||||
+ Support BitTorrent Enhancement Proposal #21 "Extension for Partial Seeds"
|
||||
+ IPv6 Support
|
||||
+ Random port, with optional randomization on startup
|
||||
- Mac
|
||||
+ Groups (moved to preferences) can be auto-assigned to transfers when adding based on name and tracker (10.5-only)
|
||||
|
|
|
@ -217,7 +217,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
tr_bencDictAddStr(&settings, TR_PREFS_KEY_DOWNLOAD_DIR, [[[fDefaults stringForKey: @"DownloadFolder"]
|
||||
stringByExpandingTildeInPath] UTF8String]);
|
||||
|
||||
tr_bencDictAddInt(&settings, TR_PREFS_KEY_MSGLEVEL, [fDefaults boolForKey: @"MessageLevel"]);
|
||||
tr_bencDictAddInt(&settings, TR_PREFS_KEY_MSGLEVEL, [fDefaults integerForKey: @"MessageLevel"]);
|
||||
tr_bencDictAddInt(&settings, TR_PREFS_KEY_PEER_LIMIT_GLOBAL, [fDefaults integerForKey: @"PeersTotal"]);
|
||||
tr_bencDictAddInt(&settings, TR_PREFS_KEY_PEER_LIMIT_TORRENT, [fDefaults integerForKey: @"PeersTorrent"]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue