mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
fix whitespace in log message
This commit is contained in:
parent
c902b4981b
commit
1b6ea92a57
@ -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…
Reference in New Issue
Block a user