From 8385957b0684d5bd7d36b958f1d698eb411d4d55 Mon Sep 17 00:00:00 2001 From: netpok Date: Fri, 15 Jul 2016 11:52:33 +0200 Subject: [PATCH] Fix warning message of deprecated commands --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 2bd73815..c66247d0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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)) {