chore(logging): Imported appropriate logging macros

This commit is contained in:
quexeky
2025-01-19 18:37:21 +11:00
parent 28d4598cb3
commit 4ed6d8383e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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};