Skip to content

Commit

Permalink
fix(log): update to new logging levels
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 27, 2015
1 parent 1ebbded commit b002b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ use self::HttpError::{HttpMethodError, HttpUriError, HttpVersionError,

macro_rules! todo(
($($arg:tt)*) => (if cfg!(not(ndebug)) {
log!(5, "TODO: {:?}", format_args!($($arg)*))
trace!("TODO: {:?}", format_args!($($arg)*))
})
);

Expand Down

0 comments on commit b002b6c

Please sign in to comment.