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: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=a35187bf639807ed50fe58a70c4ed715b7086514 Fix bug #2243 typo in message --- diff --git a/bacula/src/dird/fd_cmds.c b/bacula/src/dird/fd_cmds.c index e6fd2930a2..d3cdb68859 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) {