瀏覽代碼

Silence some leftover warnings.

George Kadianakis 6 年之前
父節點
當前提交
ad56a342b4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/or/hs_service.c

+ 2 - 2
src/or/hs_service.c

@@ -2392,10 +2392,10 @@ service_desc_hsdirs_changed(const hs_service_t *service,
 
   /* Check whether the set of HSDirs changed */
   if (!smartlist_strings_eq(b64_responsible_dirs, desc->previous_hsdirs)) {
-    log_warn(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
+    log_info(LD_GENERAL, "Received new dirinfo and set of hsdirs changed!");
     retval = 1;
   } else {
-    log_warn(LD_GENERAL, "No change in hsdir set!");
+    log_debug(LD_GENERAL, "No change in hsdir set!");
   }
 
  done: