From f79b3e8a507fd2f7ade5506aa6fb19474167a8f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
Date: Tue, 7 Aug 2012 09:55:38 +0200
Subject: [PATCH] Add end of line to debug message

---
 src/monitor/monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 201d9fa8dd01977ff5455da053fff4c2bd4fcec5..1c76d2f95da8ef258c416df057bbd9c6c76605c9 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -2522,7 +2522,7 @@ int main(int argc, const char *argv[])
                     "Cannot read config file %s, please check if permissions "
                     "are 0600 and the file is owned by root.root", config_file);
         } else {
-            DEBUG(1, ("Error loading configuration database: [%d]: %s",
+            DEBUG(1, ("Error loading configuration database: [%d]: %s\n",
                       ret, strerror(ret)));
             sss_log(SSS_LOG_ALERT, "Cannot load configuration database");
         }
-- 
1.7.6.5

