From: Marco van Wieringen Date: Mon, 20 Dec 2010 08:16:19 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b3cf813b0d40c94349aed6493306301f58f8b3c7;p=bacula%2Fbacula Fix typo --- 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: