]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo.
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 31 Jan 2012 16:51:18 +0000 (17:51 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:31 +0000 (14:50 +0200)
bacula/src/filed/restore.c

index 3833c505813ab53e36832f9d23c17ccb8f2967a5..fc22b375c28703d385c492ba23a57a1ee47c43af 100644 (file)
@@ -1070,7 +1070,7 @@ ok_out:
       Jmsg(jcr, M_INFO, 0, _("%d non-supported resource fork streams ignored.\n"), non_support_rsrc);
    }
    if (non_support_finfo) {
-      Jmsg(jcr, M_INFO, 0, _("%d non-supported Finder Info streams ignored.\n"), non_support_rsrc);
+      Jmsg(jcr, M_INFO, 0, _("%d non-supported Finder Info streams ignored.\n"), non_support_finfo);
    }
    if (non_support_acl) {
       Jmsg(jcr, M_INFO, 0, _("%d non-supported acl streams ignored.\n"), non_support_acl);