From d3f0ccffd994dcb8060bf07038410c148e1f44a4 Mon Sep 17 00:00:00 2001 From: Thorsten Engel Date: Tue, 21 Jun 2005 13:26:35 +0000 Subject: [PATCH] added \\n in vss warning git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2158 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5