Skip to content
Snippets Groups Projects
Commit a4bc270b authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Merge branch 'libknot' of git+ssh://git.nic.cz/projects/labs/cutedns into libknot

Conflicts:
	src/knot/server/zones.c
parents ea8a4aa0 0caaafb2
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@
#include "common/print.h"
//#define SM_DEBUG
//#define NS_DEBUG
#define NS_DEBUG
//#define SERVER_DEBUG
//#define DT_DEBUG
//#define JOURNAL_DEBUG
//#define NET_DEBUG
//#define ZONES_DEBUG
//#define XFR_DEBUG
//#define NOTIFY_DEBUG
#define ZONES_DEBUG
#define XFR_DEBUG
#define NOTIFY_DEBUG
#ifdef NOTIFY_DEBUG
#define debug_notify(msg...) log_msg(LOG_SERVER, LOG_DEBUG, msg)
......
......@@ -895,7 +895,7 @@ static int zones_journal_apply(knot_zone_t *zone)
if (ret == KNOTD_EOK || ret == KNOTD_ERANGE) {
/* Apply changesets. */
debug_zones("update_zone: applying %u changesets\n",
debug_zones("update_zone: applying %zu changesets\n",
chsets->count);
xfrin_apply_changesets_to_zone(zone, chsets);
......@@ -1149,9 +1149,6 @@ int zones_update_db_from_config(const conf_t *conf, knot_nameserver_t *ns,
// Unlock RCU, messing with any data will not affect us now
rcu_read_unlock();
debug_zones("Old database is empty (%p): %s\n", (*db_old)->zones,
skip_is_empty((*db_old)->zones) ? "yes" : "no");
return KNOTD_EOK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment