Skip to content
Snippets Groups Projects
Commit 3972928a authored by Jan Kadlec's avatar Jan Kadlec
Browse files

log: fixed log format.

parent 79a26c79
Branches
Tags
No related merge requests found
......@@ -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. */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment