unlang = cf_section_find(request->server_cs, "recv", dv->alias);
if (!unlang) unlang = cf_section_find(request->server_cs, "recv", "*");
if (!unlang) {
- REDEBUG("Failed to find 'recv' section");
+ REDEBUG("Failed to find 'recv %s' section", dv->alias);
return FR_IO_FAIL;
}
unlang = cf_section_find(request->server_cs, "recv", dv->alias);
if (!unlang) unlang = cf_section_find(request->server_cs, "recv", "*");
if (!unlang) {
- REDEBUG("Failed to find 'recv' section");
+ REDEBUG("Failed to find 'recv %s' section", dv->alias);
request->reply->code = FR_CODE_ACCESS_REJECT;
goto setup_send;
}
unlang = cf_section_find(request->server_cs, "recv", dv->alias);
if (!unlang) unlang = cf_section_find(request->server_cs, "recv", "*");
if (!unlang) {
- REDEBUG("Failed to find 'recv' section");
+ REDEBUG("Failed to find 'recv %s' section", dv->alias);
return FR_IO_FAIL;
}
unlang = cf_section_find(request->server_cs, "recv", dv->alias);
if (!unlang) {
- RWDEBUG("Failed to find 'recv' section");
+ RWDEBUG("Failed to find 'recv %s' section", dv->alias);
request->reply->code = FR_CODE_ACCESS_REJECT;
goto send_reply;
}