6 /* These functions will change later - it's just a "mock", so that every1 can
7 * already write code with ztdns_info() :)
8 * Use like ztdns_info("something wrong happened! %s", errorstring);
10 #define ztdns_debug(printfargs...) printf(printfargs)
11 #define ztdns_info(printfargs...) printf(printfargs)
12 #define ztdns_warn(printfargs...) printf(printfargs)
13 #define ztdns_error(printfargs...) printf(printfargs)
15 #endif /* ZTDNS_LOG_H */