Преглед на файлове

Downgrade "EVP ctr128 is ok" message to info

Part of 6736 effort to try to make startup quieter.
Nick Mathewson преди 11 години
родител
ревизия
7ff5c3f232
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/common/aes.c

+ 2 - 2
src/common/aes.c

@@ -134,8 +134,8 @@ int
 evaluate_evp_for_aes(int force_val)
 {
   (void) force_val;
-  log_notice(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
-             "counter-mode implementation. Using it.");
+  log_info(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
+           "counter-mode implementation. Using it.");
   return 0;
 }
 int