Procházet zdrojové kódy

Hex-encode raw digest before printing in authority_certs_fetch_missing

teor (Tim Wilson-Brown) před 8 roky
rodič
revize
b4dcf56768
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/or/routerlist.c

+ 2 - 1
src/or/routerlist.c

@@ -1038,7 +1038,8 @@ authority_certs_fetch_missing(networkstatus_t *status, time_t now,
 
     if (!rs) {
       log_warn(LD_BUG, "Directory %s delivered a consensus, but a "
-               "routerstatus could not be found for it.", dir_hint);
+               "routerstatus could not be found for it.",
+               hex_str(dir_hint, DIGEST_LEN));
     }
   }