]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
minor logging improvement
authorRoger Dingledine <arma@torproject.org>
Sun, 9 Sep 2012 19:54:59 +0000 (15:54 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 9 Sep 2012 19:54:59 +0000 (15:54 -0400)
src/or/routerlist.c

index 3aea60620784e01ae59e795f815cc1398e7a0ce4..b3167c5b2418ef9ada350eb48b778ea9dbfa0037 100644 (file)
@@ -4965,7 +4965,8 @@ count_usable_descriptors(int *num_present, int *num_usable,
      }
   SMARTLIST_FOREACH_END(rs);
 
-  log_debug(LD_DIR, "%d usable, %d present.", *num_usable, *num_present);
+  log_debug(LD_DIR, "%d usable, %d present (%s).", *num_usable, *num_present,
+            md ? "microdescs" : "descs");
 }
 
 /** We just fetched a new set of descriptors. Compute how far through