Skip to content

Commit

Permalink
disabled level warning: say which create the message refers to
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 22, 2022
1 parent 39a2068 commit 6144bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/filter/env/builder.rs
Expand Up @@ -282,7 +282,7 @@ impl Builder {
};
let (feature, earlier_level) = help_msg();
ctx_help(&format!(
"to enable {}logging, remove the `{}` feature",
"to enable {}logging, remove the `{}` feature from the `tracing` crate",
earlier_level, feature
));
}
Expand Down

0 comments on commit 6144bd3

Please sign in to comment.