From: Thorsten Engel Date: Tue, 21 Jun 2005 13:26:35 +0000 (+0000) Subject: added \\n in vss warning X-Git-Tag: Release-7.0.0~8673 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3f0ccffd994dcb8060bf07038410c148e1f44a4;p=bacula%2Fbacula added \\n in vss warning git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2158 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index f6c79945f9..2e8664c195 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -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