Skip to content

Commit

Permalink
add ':' before error output
Browse files Browse the repository at this point in the history
All prints except disk are preceded by a colon

Signed-off-by: weidong <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
weidongkx authored and mchehab committed Oct 23, 2023
1 parent 4d66a6a commit 9bd84ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ras-mc-ctl.in
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ sub errors
$out .= "\n";
}
if ($out ne "") {
print "Disk errors\n$out\n";
print "Disk errors:\n$out\n";
} else {
print "No disk errors.\n\n";
}
Expand Down

0 comments on commit 9bd84ae

Please sign in to comment.