#2624 Message Log's level filter should act as an actual filter, and all messages should be stored

This commit is contained in:
Mitchell Livingston
2009-11-28 20:39:31 +00:00
parent 787d9edbc4
commit b9ef88e898
3 changed files with 51 additions and 20 deletions

View File

@@ -294,7 +294,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
stringByExpandingTildeInPath] UTF8String]);
tr_bencDictAddBool(&settings, TR_PREFS_KEY_INCOMPLETE_DIR_ENABLED, [fDefaults boolForKey: @"UseIncompleteDownloadFolder"]);
tr_bencDictAddInt(&settings, TR_PREFS_KEY_MSGLEVEL, [fDefaults integerForKey: @"MessageLevel"]);
tr_bencDictAddInt(&settings, TR_PREFS_KEY_MSGLEVEL, TR_MSG_DBG);
tr_bencDictAddInt(&settings, TR_PREFS_KEY_PEER_LIMIT_GLOBAL, [fDefaults integerForKey: @"PeersTotal"]);
tr_bencDictAddInt(&settings, TR_PREFS_KEY_PEER_LIMIT_TORRENT, [fDefaults integerForKey: @"PeersTorrent"]);