mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
Add a missing space in a warning.
This commit is contained in:
parent
da48ddbf7c
commit
83550d02fe
@ -400,7 +400,7 @@ main(int argc, char **argv)
|
||||
continue;
|
||||
}
|
||||
if (j->intparams[IP_ALLOW_DYING] && !dying_warned) {
|
||||
warnx("%s", "the 'allow.dying' parameter and '-d' flag"
|
||||
warnx("%s", "the 'allow.dying' parameter and '-d' flag "
|
||||
"are deprecated and have no effect.");
|
||||
dying_warned = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user