mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
fix whitespace in log message
This commit is contained in:
parent
c902b4981b
commit
1b6ea92a57
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ connection_dir_request_failed(dir_connection_t *conn)
|
|||
conn->base_.address);
|
||||
} else if (conn->base_.purpose == DIR_PURPOSE_FETCH_MICRODESC) {
|
||||
log_info(LD_DIR, "Giving up on downloading microdescriptors from "
|
||||
" directory server at '%s'; will retry", conn->base_.address);
|
||||
"directory server at '%s'; will retry", conn->base_.address);
|
||||
connection_dir_download_routerdesc_failed(conn);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue