From: Marco van Wieringen Date: Tue, 31 Jan 2012 16:51:18 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0c2ff62d8da4afbef5a48bb83f9bf0d961ad8b4;p=bacula%2Fbacula Fix typo. --- diff --git a/bacula/src/filed/restore.c b/bacula/src/filed/restore.c index 3833c50581..fc22b375c2 100644 --- a/bacula/src/filed/restore.c +++ b/bacula/src/filed/restore.c @@ -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);