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)