Fix warning message of deprecated commands

This commit is contained in:
netpok
2016-07-15 11:52:33 +02:00
parent 1363e50a7b
commit 8385957b06
+1 -1
View File
@@ -233,7 +233,7 @@ main(int argc, char** argv) {
if (OptionParser::has_flag('D', argc, argv)) {
rpc::call_command_set_value("method.use_deprecated.set", true);
lt_log_print(torrent::LOG_WARN, "Disabled deprecated commands.");
lt_log_print(torrent::LOG_WARN, "Enabled deprecated commands.");
}
if (OptionParser::has_flag('I', argc, argv)) {