From a5baa0e62f7a8e72cc808558962501b8a16438e9 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 20 Dec 2010 09:16:19 +0100 Subject: [PATCH] Fix typo --- bacula/src/filed/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c index 36491891d4..d1625474c2 100644 --- a/bacula/src/filed/acl.c +++ b/bacula/src/filed/acl.c @@ -1015,7 +1015,7 @@ static bacl_exit_code freebsd_parse_acl_streams(JCR *jcr, int stream) return bacl_exit_error; } case 0: - Mmsg1(jcr->errmsg, _("Trying to restore acl on file \"%s\" on filesystem without %s acl support\n"), + Mmsg2(jcr->errmsg, _("Trying to restore acl on file \"%s\" on filesystem without %s acl support\n"), jcr->last_fname, acl_type_name); return bacl_exit_error; default: -- 2.39.2