chore(logging): Imported appropriate logging macros
This commit is contained in:
parent
f183a9d1a2
commit
b99ff67e69
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ use std::fs::remove_dir_all;
|
|||
use std::sync::Mutex;
|
||||
use std::thread::spawn;
|
||||
|
||||
use log::{error, info, warn};
|
||||
use log::{debug, error, info, warn};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tauri::Emitter;
|
||||
use tauri::{AppHandle, Manager};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ use std::{
|
|||
};
|
||||
|
||||
use http::StatusCode;
|
||||
use log::{info, warn};
|
||||
use log::{debug, info, warn};
|
||||
use serde::Deserialize;
|
||||
use url::{ParseError, Url};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue