mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-05 23:14:53 -06:00
fix(demo): avoid logging assumptions about state
This commit is contained in:
@@ -55,7 +55,7 @@ fn main() {
|
||||
request(token);
|
||||
}
|
||||
Err(e) => {
|
||||
eprintln!("Token was changed, but is not a valid u32 integer: {}", e);
|
||||
eprintln!("Token is not a valid u32 integer: {}", e);
|
||||
eprintln!("Original Value: {}", key_data.value);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user