REQUIRE(entry != NULL && entry->bucket == NULL);
REQUIRE(!ISC_LINK_LINKED(entry, plink));
- DP(DEF_LEVEL, "link ADB entry %p to bucket %p\n", entry, ebucket);
+ DP(DEF_LEVEL, "link ADB entry %p to bucket %p", entry, ebucket);
/*
* If we're in the overmem condition, take this opportunity to
REQUIRE(ebucket != NULL);
- DP(DEF_LEVEL, "unlink ADB entry %p from bucket %p\n", entry, ebucket);
+ DP(DEF_LEVEL, "unlink ADB entry %p from bucket %p", entry, ebucket);
if ((entry->flags & ENTRY_IS_DEAD) != 0) {
ISC_LIST_UNLINK(ebucket->deadentries, entry, plink);
isc_result_t result;
isc_ht_iter_t *it = NULL;
- DP(DEF_LEVEL, "destroying ADB %p\n", adb);
+ DP(DEF_LEVEL, "destroying ADB %p", adb);
adb->magic = 0;
return;
}
- DP(DEF_LEVEL, "shutting down ADB %p\n", adb);
+ DP(DEF_LEVEL, "shutting down ADB %p", adb);
isc_mem_clearwater(adb->mctx);
void
isc__nmsocket_writetimeout_cb(void *data, isc_result_t eresult);
-#define UV_RUNTIME_CHECK(func, ret) \
- if (ret != 0) { \
- isc_error_fatal(__FILE__, __LINE__, "%s failed: %s\n", #func, \
- uv_strerror(ret)); \
+#define UV_RUNTIME_CHECK(func, ret) \
+ if (ret != 0) { \
+ isc_error_fatal(__FILE__, __LINE__, "%s failed: %s", #func, \
+ uv_strerror(ret)); \
}
ISC_LOG_DEBUG(99),
"rrl=%p, HAVECOOKIE=%u, result=%s, "
"fname=%p(%u), is_zone=%u, RECURSIONOK=%u, "
- "query.rpz_st=%p(%u), RRL_CHECKED=%u\n",
+ "query.rpz_st=%p(%u), RRL_CHECKED=%u",
qctx->client->view->rrl, HAVECOOKIE(qctx->client),
isc_result_toid(result), qctx->fname,
qctx->fname != NULL ? dns_name_isabsolute(qctx->fname) : 0,