From 8d942419f73e1006741a99c3d4f7d0e9cf317836 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Thu, 9 Oct 2014 17:15:58 +0200 Subject: [PATCH] Don't print an extra \n for protocol messages. --- src/stored/dir_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stored/dir_cmd.c b/src/stored/dir_cmd.c index 63e2e0681e8..f7653fb8234 100644 --- a/src/stored/dir_cmd.c +++ b/src/stored/dir_cmd.c @@ -247,7 +247,7 @@ static void *handle_director_connection(BSOCK *dir, char *job_name) break; /* connection terminated */ } - Dmsg1(199, "msg); + Dmsg1(199, "msg); /* * Ensure that device initialization is complete