diff --git a/nmrs/src/core/bluetooth.rs b/nmrs/src/core/bluetooth.rs index cd7f662a..1aef34c6 100644 --- a/nmrs/src/core/bluetooth.rs +++ b/nmrs/src/core/bluetooth.rs @@ -171,7 +171,7 @@ pub(crate) async fn connect_bluetooth( let connection_settings = bluetooth::build_bluetooth_connection(name, settings, &opts); - println!( + debug!( "Creating Bluetooth connection with settings: {:#?}", connection_settings );