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

Missing debug macros.

parent ce0c0be7
No related branches found
No related tags found
No related merge requests found
......@@ -793,9 +793,12 @@ void knot_zone_contents_dump(knot_zone_contents_t *zone, char loaded_zone);
#define dbg_ddns(msg...)
#define dbg_ddns_hex(data, len)
#define dbg_ddns_verb(msg...)
#define dbg_ddns_exec(cmds)
#define dbg_ddns_hex_verb(data, len)
#define dbg_ddns_exec_verb(cmds)
#define dbg_ddns_detail(msg...)
#define dbg_ddns_hex_detail(data, len)
#define dbg_ddns_exec_detail(cmds)
#endif
#ifdef KNOT_TSIG_DEBUG
......
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