log: fix logging message
This commit is contained in:
@@ -126,7 +126,7 @@ where
|
|||||||
|
|
||||||
use crate::cache::PLAYERS;
|
use crate::cache::PLAYERS;
|
||||||
|
|
||||||
info!("found: {user_id}");
|
info!("fetched: {user_id}");
|
||||||
|
|
||||||
if let Ok(mut table) = cache::open_table(&write, PLAYERS)
|
if let Ok(mut table) = cache::open_table(&write, PLAYERS)
|
||||||
&& let Ok(encoded) = encode_to_vec(resp, config)
|
&& let Ok(encoded) = encode_to_vec(resp, config)
|
||||||
|
|||||||
Reference in New Issue
Block a user