aboutsummaryrefslogtreecommitdiff
path: root/src/bootp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootp.c')
-rw-r--r--src/bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootp.c b/src/bootp.c
index a0eb17a..147955f 100644
--- a/src/bootp.c
+++ b/src/bootp.c
@@ -38,7 +38,7 @@
static const uint8_t rfc1533_cookie[] = { RFC1533_COOKIE };
-#define DPRINTF(fmt, ...) DEBUG_CALL(fmt, ##__VA_ARGS__)
+#define DPRINTF(...) DEBUG_RAW_CALL(__VA_ARGS__)
static BOOTPClient *get_new_addr(Slirp *slirp, struct in_addr *paddr,
const uint8_t *macaddr)