From: Kern Sibbald Date: Sat, 27 May 2017 13:41:26 +0000 (+0200) Subject: Fix bug #2243 typo in message X-Git-Tag: Release-7.9.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35187bf639807ed50fe58a70c4ed715b7086514;p=thirdparty%2Fbacula.git Fix bug #2243 typo in message --- diff --git a/bacula/src/dird/fd_cmds.c b/bacula/src/dird/fd_cmds.c index e6fd2930a..d3cdb6885 100644 --- a/bacula/src/dird/fd_cmds.c +++ b/bacula/src/dird/fd_cmds.c @@ -449,7 +449,7 @@ static bool send_fileset(JCR *jcr) newopts[j] = '\0'; if (compress_disabled) { Jmsg(jcr, M_INFO, 0, - _("FD compression disabled for this Job because AllowCompress=No in Storage resource.\n") ); + _("FD compression disabled for this Job because AllowCompression=No in Storage resource.\n") ); } } if (stripped_opts) {