Commit eed5cae9 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

downgrade a log notice at startup

This was the only log notice that happened during other
tor invocations, like --verify-config and --list-fingerprint.
Plus, now we think it works, so no need to hear about it.
parent 2d906e65
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2390,7 +2390,7 @@ dirserv_read_measured_bandwidths(const char *from_file,
  }

  fclose(fp);
  log_notice(LD_DIRSERV,
  log_info(LD_DIRSERV,
           "Bandwidth measurement file successfully read. "
           "Applied %d measurements.", applied_lines);
  return 0;