Skip to content

Commit c7b81f3

Browse files
committed
Fix double "fatal error: " in message
1 parent 00de833 commit c7b81f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/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)