aboutsummaryrefslogtreecommitdiff
path: root/src/log.rs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-08 20:49:23 +0000
committerdiogo464 <[email protected]>2025-12-08 20:49:23 +0000
commit8ac9ddd2cbc9cf454eae066e5e60d05ee714a83e (patch)
treee4797159d8fdae7e8521295fd8178cadc8c2974a /src/log.rs
parent28d9961141a38ebde8bd6144636c3021eb2755a5 (diff)
formatting and improved timeout handling
Diffstat (limited to 'src/log.rs')
-rw-r--r--src/log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.rs b/src/log.rs
index 1f7bebd..d25d210 100644
--- a/src/log.rs
+++ b/src/log.rs
@@ -112,4 +112,4 @@ macro_rules! error {
112} 112}
113 113
114// Re-export the macros at the module level for easier use 114// Re-export the macros at the module level for easier use
115pub use crate::{trace, debug, info, warn, error}; 115pub use crate::{debug, error, info, trace, warn};