From f0c2ff62d8da4afbef5a48bb83f9bf0d961ad8b4 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Tue, 31 Jan 2012 17:51:18 +0100 Subject: [PATCH] Fix typo. --- bacula/src/filed/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5