Clarify misleading wording during keys acquire progress logging.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -78,7 +78,7 @@ where
|
|||||||
results.extend(response);
|
results.extend(response);
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"obtained {0} of {1} keys with {2} more to request",
|
"obtained {0} of {1} results with {2} more to request",
|
||||||
results.len(),
|
results.len(),
|
||||||
total_keys,
|
total_keys,
|
||||||
server_keys.len(),
|
server_keys.len(),
|
||||||
|
|||||||
Reference in New Issue
Block a user