From 0f7e4473e816950c65f8c9d7f6646df010c79ed6 Mon Sep 17 00:00:00 2001 From: irriden Date: Wed, 23 Aug 2023 17:06:16 +0000 Subject: [PATCH] log vls messages --- sphinx-key/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-key/src/main.rs b/sphinx-key/src/main.rs index 4443f74..16bc217 100644 --- a/sphinx-key/src/main.rs +++ b/sphinx-key/src/main.rs @@ -187,7 +187,7 @@ fn make_and_launch_client( // let mqtt_client = conn::mqtt::start_listening(mqtt, connection, tx)?; // this blocks forever... the "main thread" - let do_log = false; + let do_log = true; log::info!("Network set to {:?}", network); log::info!(">>>>>>>>>>> blocking forever..."); log::info!("{:?}", config);