}
if (conf->disallow_untrusted) {
- AUTH(LOG_PREFIX ": There are untrusted certificates in the certificate chain. Rejecting.",
- issuer, conf->check_cert_issuer);
+ AUTH(LOG_PREFIX ": There are untrusted certificates in the certificate chain. Rejecting.");
my_ok = 0;
}
}
uint64_t next_reset = inst->reset_time - request->timestamp;
RDEBUG2("Time (%" PRIu64 "s) to next reset is smaller than time remaining this reset (%" PRIu64 "s). "
- "Extending limit to end of next reset time (^" PRIu64 "s).",
+ "Extending limit to end of next reset time (%" PRIu64 "s).",
next_reset, unused, next_reset + limit->vp_integer);
unused = next_reset + limit->vp_integer;