|
@@ -1436,7 +1436,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
|
|
tor_free(body); tor_free(headers); tor_free(reason);
|
|
|
return -1;
|
|
|
}
|
|
|
- log_info(LD_DIR,"Received authority certificatess (size %d) from server "
|
|
|
+ log_info(LD_DIR,"Received authority certificates (size %d) from server "
|
|
|
"'%s:%d'",(int) body_len, conn->_base.address, conn->_base.port);
|
|
|
if (trusted_dirs_load_certs_from_string(body, 0)<0) {
|
|
|
log_warn(LD_DIR, "Unable to parse fetched certificates");
|