mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
Error logging
This commit is contained in:
parent
0c014ad41b
commit
bca2a7e540
2 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ pub async fn request(path: &str) -> Result<Value, String> {
|
|||
|
||||
// Print error if debugging then return error based on error message
|
||||
fn err(url: String, msg: String) -> Result<Value, String> {
|
||||
#[cfg(debug_assertions)]
|
||||
// #[cfg(debug_assertions)]
|
||||
dbg!(format!("{} - {}", url, msg));
|
||||
Err(msg)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue