Add a missing space in a warning.

This commit is contained in:
Hartmut Brandt 2024-03-04 18:58:05 +01:00
parent da48ddbf7c
commit 83550d02fe

View File

@ -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;
}