Skip to content

Commit

Permalink
brown-paper-bag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zangerl committed Dec 18, 2024
1 parent d0cc94a commit 6560ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finit.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ static int fsck(int pass)
*/
if (fsck_rc > 1) {
if (hasmntopt(mnt,"nofail")) {
logit(LOG_CONSOLE | LOG_WARNING, "Ignoring failed fsck % because of nofail option", dev);
logit(LOG_CONSOLE | LOG_WARNING, "Ignoring failed fsck %s because of nofail option", dev);
fsck_rc = 0;
} else {
logit(LOG_CONSOLE | LOG_ALERT, "Failed fsck %s, attempting sulogin ...", dev);
Expand Down

0 comments on commit 6560ab1

Please sign in to comment.