diff options
| author | diogo464 <[email protected]> | 2025-12-08 20:49:23 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-12-08 20:49:23 +0000 |
| commit | 8ac9ddd2cbc9cf454eae066e5e60d05ee714a83e (patch) | |
| tree | e4797159d8fdae7e8521295fd8178cadc8c2974a /src/log.rs | |
| parent | 28d9961141a38ebde8bd6144636c3021eb2755a5 (diff) | |
formatting and improved timeout handling
Diffstat (limited to 'src/log.rs')
| -rw-r--r-- | src/log.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 115 | pub use crate::{trace, debug, info, warn, error}; | 115 | pub use crate::{debug, error, info, trace, warn}; |
