From e341e6ce1ed74b3803c52e4829d957e6f18615d7 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 fac07f2f184..874a01a532a 100644 --- a/src/stored/dir_cmd.c +++ b/src/stored/dir_cmd.c @@ -259,7 +259,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