refactor(logging): Using more appropriate logging statements

Still probably needs some work, but that's enough for now
This commit is contained in:
quexeky
2025-01-19 18:30:16 +11:00
parent 053fd8605c
commit 28d4598cb3
8 changed files with 32 additions and 49 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pub fn use_remote_logic(
url: String,
state: tauri::State<'_, Mutex<AppState<'_>>>,
) -> Result<(), RemoteAccessError> {
info!("connecting to url {}", url);
debug!("connecting to url {}", url);
let base_url = Url::parse(&url)?;
// Test Drop url