aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/log.h b/include/log.h
deleted file mode 100644
index 154e6ec..0000000
--- a/include/log.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef ZTDNS_LOG_H
-#define ZTDNS_LOG_H
-
-#include <stdio.h>
-
-/* These functions will change later - it's just a "mock", so that every1 can
- * already write code with ztdns_info() :)
- * Use like ztdns_info("something wrong happened! %s", errorstring);
- */
-#define ztdns_debug(printfargs...) printf(printfargs)
-#define ztdns_info(printfargs...) printf(printfargs)
-#define ztdns_warn(printfargs...) printf(printfargs)
-#define ztdns_error(printfargs...) printf(printfargs)
-
-#endif /* ZTDNS_LOG_H */