Fix a "directive within macro arguments" warning

This commit is contained in:
Nick Mathewson 2017-02-27 10:58:19 -05:00
parent 0e7d2882f9
commit 135a0c2054

View File

@ -1980,7 +1980,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
}
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 "
"(purpose: %d, response size: " U64_FORMAT
#ifdef MEASUREMENTS_21206