diff --git a/src/spotify.rs b/src/spotify.rs index 39b8c39..94bbdbb 100644 --- a/src/spotify.rs +++ b/src/spotify.rs @@ -370,6 +370,7 @@ impl Spotify { ); let handle = core.handle(); debug!("opening spotify session"); + println!("Connecting to Spotify.."); core.run(Session::connect( session_config, credentials,