Clarify misleading wording during keys acquire progress logging.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-01 08:07:49 +00:00
parent 6303ae28e9
commit fbf66f565a

View File

@@ -78,7 +78,7 @@ where
results.extend(response);
info!(
"obtained {0} of {1} keys with {2} more to request",
"obtained {0} of {1} results with {2} more to request",
results.len(),
total_keys,
server_keys.len(),