]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug #2243 typo in message
authorKern Sibbald <kern@sibbald.com>
Sat, 27 May 2017 13:41:26 +0000 (15:41 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 27 May 2017 13:41:26 +0000 (15:41 +0200)
bacula/src/dird/fd_cmds.c

index e6fd2930a26ebbb14ff81fd6e069b0f774a358f8..d3cdb6885957c46cf033c02640a52d56fda9ea89 100644 (file)
@@ -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) {