Browse Source

minor logging improvement

Roger Dingledine 11 years ago
parent
commit
67abdcd8d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/or/routerlist.c

+ 2 - 1
src/or/routerlist.c

@@ -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