aboutsummaryrefslogtreecommitdiff
path: root/lib/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irq.c')
-rw-r--r--lib/irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irq.c b/lib/irq.c
index c3428e3..5c7a1e4 100644
--- a/lib/irq.c
+++ b/lib/irq.c
@@ -333,6 +333,7 @@ handle_device_get_irq_info(vfu_ctx_t *vfu_ctx, uint32_t size,
assert(irq_info_out != NULL);
if (size != sizeof *irq_info_in || size != irq_info_in->argsz) {
+ vfu_log(vfu_ctx, LOG_WARNING, "IRQ info size %d", size);
return -EINVAL;
}