From: George Kadianakis Date: Mon, 28 Aug 2017 11:54:36 +0000 (+0300) Subject: Silence some leftover warnings. X-Git-Tag: tor-0.3.2.1-alpha~134^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad56a342b400ef57bd2a4087c5d53d48098418bc;p=thirdparty%2Ftor.git Silence some leftover warnings. --- diff --git a/src/or/hs_service.c b/src/or/hs_service.c index a207fe3318..5ff118222d 100644 --- a/src/or/hs_service.c +++ b/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: