]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 20 Dec 2010 08:16:19 +0000 (09:16 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Mon, 20 Dec 2010 08:19:57 +0000 (09:19 +0100)
bacula/src/filed/acl.c

index 36491891d43a1cbe60723ebc7f6e5da038dda512..d1625474c274fdcec1339faa31797cf850236b06 100644 (file)
@@ -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: