Skip to content

Commit b002b6c

Browse files
committed
fix(log): update to new logging levels
1 parent 1ebbded commit b002b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ use self::HttpError::{HttpMethodError, HttpUriError, HttpVersionError,
153153

154154
macro_rules! todo(
155155
($($arg:tt)*) => (if cfg!(not(ndebug)) {
156-
log!(5, "TODO: {:?}", format_args!($($arg)*))
156+
trace!("TODO: {:?}", format_args!($($arg)*))
157157
})
158158
);
159159

0 commit comments

Comments
 (0)