Fix build with -DDEBUG

This commit is contained in:
ValdikSS 2018-01-21 01:27:55 +03:00
parent bb8fc64f18
commit f638e23ab6
1 changed files with 1 additions and 1 deletions

View File

@ -195,6 +195,6 @@ int dns_handle_incoming(const uint32_t srcip, const uint16_t srcport,
return TRUE;
}
}
debug("____dns_handle_incoming FALSE: srcport = %hu, dstport = %hu\n", ntohs(srcport), ntohs(dstport));
debug("____dns_handle_incoming FALSE: srcport = %hu\n", ntohs(srcport));
return FALSE;
}