if (ret < 0) {
RINDENT();
- RDEBUG("%s FAILED decoding packet", worker->name);
+ REDEBUG("%s FAILED decoding packet", worker->name);
REXDENT();
talloc_free(ctx);
nak:
listen->app->process_set(listen->app_instance, request);
if (!request->async->process) {
- ERROR("Protocol failed to set 'process' function");
+ RERROR("Protocol failed to set 'process' function");
fr_worker_nak(worker, cd, now);
return NULL;
}
* already sent the reply.
*/
if (cd->request.is_dup) {
- DEBUG("Got duplicate packet notice after we had sent a reply - ignoring");
+ RDEBUG("Got duplicate packet notice after we had sent a reply - ignoring");
fr_channel_null_reply(request->async->channel);
return NULL;
}