From 3972928a799b1574d9d5158e00c388ca736e7e81 Mon Sep 17 00:00:00 2001 From: Jan Kadlec <jan.kadlec@nic.cz> Date: Fri, 3 Oct 2014 13:11:47 +0200 Subject: [PATCH] log: fixed log format. --- src/knot/conf/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knot/conf/conf.c b/src/knot/conf/conf.c index 8c7fd7fce..a3fb94bb2 100644 --- a/src/knot/conf/conf.c +++ b/src/knot/conf/conf.c @@ -784,7 +784,7 @@ int conf_open(const char* path) /* Open zone timers db. */ nconf->timers_db = open_timers_db(nconf->storage); if (nconf->timers_db == NULL) { - log_warning("cannot open timers db\n"); + log_warning("cannot open timers db"); } /* Replace current config. */ -- GitLab