From 33dd2356d5b2cadf14e912a0e9f7a8a56f6bc5f1 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 7 Aug 2012 09:55:38 +0200 Subject: Add end of line to debug message --- src/monitor/monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/monitor') diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index 201d9fa8..1b310766 100644 --- a/src/monitor/monitor.c +++ b/src/monitor/monitor.c @@ -2522,8 +2522,8 @@ 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", - ret, strerror(ret))); + DEBUG(SSSDBG_CRIT_FAILURE, ("Error loading configuration database: " + "[%d]: %s\n", ret, strerror(ret))); sss_log(SSS_LOG_ALERT, "Cannot load configuration database"); } return 4; -- cgit