]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/fd_cmds.c
- Merge changes made to 1.38.3 into HEAD
[bacula/bacula] / bacula / src / stored / fd_cmds.c
index fbb609e085efa0acf713e4b3e06a111f1dc780ca..8c798a436de9bc1e442ac8e29c117c86b3877267 100644 (file)
@@ -331,7 +331,7 @@ bool bootstrap_cmd(JCR *jcr)
       goto bail_out;
    }
    while (bnet_recv(fd) >= 0) {
-       Dmsg1(400, "stored<filed: bootstrap file %s\n", fd->msg);
+       Dmsg1(400, "stored<filed: bootstrap file %s", fd->msg);
        fputs(fd->msg, bs);
    }
    fclose(bs);