log: fix logging message

This commit is contained in:
mokurin000
2025-08-02 19:58:25 +08:00
parent 957166d8f4
commit 2415a7e029

View File

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