Skip to content

Commit 36fdedb

Browse files
committed
Cancelling is really an error
And this populates Module-Failure-Message so logs can report what happened.
1 parent aa9bf90 commit 36fdedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/io/worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static int fr_worker_listen_cancel_self(fr_worker_t *worker, fr_listen_t const *
366366
if (!wl) return -1;
367367

368368
while ((request = fr_dlist_pop_head(&wl->dlist)) != NULL) {
369-
RDEBUG("Canceling request due to socket being closed");
369+
RERROR("Cancelling request due to socket being closed");
370370
unlang_interpret_signal(request, FR_SIGNAL_CANCEL);
371371
}
372372

0 commit comments

Comments
 (0)