]> git.sur5r.net Git - bacula/bacula/commitdiff
added \\n in vss warning
authorThorsten Engel <thorsten.engel@matrix-computer.com>
Tue, 21 Jun 2005 13:26:35 +0000 (13:26 +0000)
committerThorsten Engel <thorsten.engel@matrix-computer.com>
Tue, 21 Jun 2005 13:26:35 +0000 (13:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2158 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/job.c

index f6c79945f9a65a7d4ff14bdfec2f26df82991ea8..2e8664c195226c5fe5438ec4c0d65d41afd78970 100644 (file)
@@ -1233,7 +1233,7 @@ static int backup_cmd(JCR *jcr)
            }
         }
       } else {
-         Jmsg(jcr, M_WARNING, 0, _("VSS was not initialized properly. VSS support is disabled."));
+         Jmsg(jcr, M_WARNING, 0, _("VSS was not initialized properly. VSS support is disabled.\n"));
       }
    }
 #endif