]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak remove second \n in debug msg
authorKern Sibbald <kern@sibbald.com>
Sun, 29 Jun 2014 12:12:35 +0000 (14:12 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Jul 2014 13:35:18 +0000 (15:35 +0200)
bacula/src/stored/fd_cmds.c

index b2d7709a6c3e7d47dd46c6d3d45e5394f9fdf43e..e8fcc2036aefb63dcfac42ed010241198b4914f0 100644 (file)
@@ -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);