Skip to content

Commit 0a8a3a1

Browse files
committed
Fix double "fatal error: " in message
1 parent a4ff0c1 commit 0a8a3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/log/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn init_logger_once(early_dcx: &EarlyDiagCtxt) {
6060
#[cfg(not(feature = "tracing"))]
6161
{
6262
crate::fatal_error!(
63-
"fatal error: cannot enable MIRI_TRACING since Miri was not built with the \"tracing\" feature"
63+
"cannot enable MIRI_TRACING since Miri was not built with the \"tracing\" feature"
6464
);
6565
}
6666

0 commit comments

Comments
 (0)