From: Marco van Wieringen Date: Tue, 31 Jan 2012 16:51:18 +0000 (+0100) Subject: Fix typo. X-Git-Tag: Release-5.2.6~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e970b8c54c7db5d94f6434bd7cc287f6218703;p=thirdparty%2Fbacula.git Fix typo. --- diff --git a/bacula/src/filed/restore.c b/bacula/src/filed/restore.c index 3833c5058..fc22b375c 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);