pap_log
pap_log(_this, LOG_DEBUG, "%s", __func__);
pap_log(_this, LOG_ERR, "Received pap packet. But pap is "
pap_log(_this, LOG_ERR, "%s: Received unknown code=%d",
pap_log(_this, LOG_ERR, "%s: Received broken packet.",
pap_log(_this, LOG_ERR,
pap_log(_this, LOG_INFO,
pap_log(_this, LOG_ALERT,
pap_log(_this, LOG_INFO,
pap_log(_this, LOG_NOTICE,
pap_log(_this, LOG_ERR, "malloc() failed in %s(): %m",
pap_log(_this, LOG_ERR, "%s() failed: %m", __func__);
pap_log(_this, LOG_WARNING, "Radius authentication request failed: %s",
pap_log(_this, LOG_WARNING,
#define PAP_DBG(x) pap_log x