Skip to content

Commit

Permalink
Message updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ggaspersic committed Oct 12, 2023
1 parent ad97f25 commit b444353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn log_detected_x86_features() {
}

if features.is_empty() {
log::info!("No CPU features detected ..");
log::info!("No selected CPU features detected ..");
} else {
log::info!("Detected CPU features: {:?}", features.join(", "));
}
Expand Down

0 comments on commit b444353

Please sign in to comment.