mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
Add a missing space in a warning.
This commit is contained in:
parent
da48ddbf7c
commit
83550d02fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue