mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +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);
|
conn->base_.address);
|
||||||
} else if (conn->base_.purpose == DIR_PURPOSE_FETCH_MICRODESC) {
|
} else if (conn->base_.purpose == DIR_PURPOSE_FETCH_MICRODESC) {
|
||||||
log_info(LD_DIR, "Giving up on downloading microdescriptors from "
|
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);
|
connection_dir_download_routerdesc_failed(conn);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user