Pārlūkot izejas kodu

make it more obvious that we have just told them their new torrc log line.

svn:r2772
Roger Dingledine 21 gadi atpakaļ
vecāks
revīzija
d9a74cd0af
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -1614,7 +1614,7 @@ add_single_log_option(or_options_t *options, int minSeverity, int maxSeverity,
     return -1;
   }
 
-  log_fn(LOG_WARN, "The old LogLevel/LogFile/DebugLogFile/SysLog options are deprecated, and will go away soon.  New format: 'Log %s'", buf);
+  log(LOG_WARN, "The old LogLevel/LogFile/DebugLogFile/SysLog options are deprecated, and will go away soon.  Your new torrc line should be: 'Log %s'", buf);
   options->Logs = config_line_prepend(options->Logs, "Log", buf);
   return 0;
 }