]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a "directive within macro arguments" warning
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Feb 2017 15:58:19 +0000 (10:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Feb 2017 15:58:19 +0000 (10:58 -0500)
src/or/directory.c

index 5cd239741f39e39472fde683b326cca77560311f..c460f12b5ae8ef40629277ef89a12e55124674ad 100644 (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