From: Kern Sibbald Date: Sun, 29 Jun 2014 12:12:35 +0000 (+0200) Subject: Tweak remove second \n in debug msg X-Git-Tag: Release-7.0.5~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=779811067f566372f0f1a4602fb1bee2fcf95174;p=bacula%2Fbacula Tweak remove second \n in debug msg --- diff --git a/bacula/src/stored/fd_cmds.c b/bacula/src/stored/fd_cmds.c index b2d7709a6c..e8fcc2036a 100644 --- a/bacula/src/stored/fd_cmds.c +++ b/bacula/src/stored/fd_cmds.c @@ -335,7 +335,7 @@ static bool read_open_session(JCR *jcr) { BSOCK *fd = jcr->file_bsock; - Dmsg1(120, "%s\n", fd->msg); + Dmsg1(120, "%s", fd->msg); if (jcr->session_opened) { pm_strcpy(jcr->errmsg, _("Attempt to open read on non-open session.\n")); fd->fsend(NO_open);