From 2415a7e029d9f9f90c59fbae025b4751726dbfce Mon Sep 17 00:00:00 2001 From: mokurin000 <1348292515a@gmail.com> Date: Sat, 2 Aug 2025 19:58:25 +0800 Subject: [PATCH] log: fix logging message --- sdgb-cli/src/utils/helpers/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdgb-cli/src/utils/helpers/mod.rs b/sdgb-cli/src/utils/helpers/mod.rs index 1485657..9c92158 100644 --- a/sdgb-cli/src/utils/helpers/mod.rs +++ b/sdgb-cli/src/utils/helpers/mod.rs @@ -126,7 +126,7 @@ where use crate::cache::PLAYERS; - info!("found: {user_id}"); + info!("fetched: {user_id}"); if let Ok(mut table) = cache::open_table(&write, PLAYERS) && let Ok(encoded) = encode_to_vec(resp, config)