Date: Mon, 4 Mar 2024 19:08:43 GMT From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 83550d02fea6 - main - Add a missing space in a warning. Message-ID: <202403041908.424J8hm7032689@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by harti: URL: https://cgit.FreeBSD.org/src/commit/?id=83550d02fea69b1cd1b15c325be944e5de08fd53 commit 83550d02fea69b1cd1b15c325be944e5de08fd53 Author: Hartmut Brandt <harti@FreeBSD.org> AuthorDate: 2024-03-04 17:58:05 +0000 Commit: Hartmut Brandt <harti@FreeBSD.org> CommitDate: 2024-03-04 19:08:25 +0000 Add a missing space in a warning. --- usr.sbin/jail/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index 9f8267dc1bde..df0a32321794 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403041908.424J8hm7032689>