mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a "directive within macro arguments" warning
This commit is contained in:
parent
0e7d2882f9
commit
135a0c2054
@ -1980,7 +1980,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
|
|||||||
}
|
}
|
||||||
if (!reason) reason = tor_strdup("[no reason given]");
|
if (!reason) reason = tor_strdup("[no reason given]");
|
||||||
|
|
||||||
log_debug(LD_DIR,
|
tor_log(LOG_DEBUG, LD_DIR,
|
||||||
"Received response from directory server '%s:%d': %d %s "
|
"Received response from directory server '%s:%d': %d %s "
|
||||||
"(purpose: %d, response size: " U64_FORMAT
|
"(purpose: %d, response size: " U64_FORMAT
|
||||||
#ifdef MEASUREMENTS_21206
|
#ifdef MEASUREMENTS_21206
|
||||||
|
Loading…
Reference in New Issue
Block a user