Prepare public release v0.1.0
This commit is contained in:
@@ -9,9 +9,7 @@ use linux_hello_daemon::tpm::{get_tpm_storage, TpmStorage};
|
||||
|
||||
fn main() {
|
||||
// Initialize logging
|
||||
tracing_subscriber::fmt()
|
||||
.with_env_filter("info")
|
||||
.init();
|
||||
tracing_subscriber::fmt().with_env_filter("info").init();
|
||||
|
||||
println!("=== Linux Hello TPM Test ===\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user