diff --git a/hypervisor/common/hypercall.c b/hypervisor/common/hypercall.c index c06f3fe2d..6adb32eb0 100644 --- a/hypervisor/common/hypercall.c +++ b/hypervisor/common/hypercall.c @@ -1110,7 +1110,7 @@ int32_t hcall_set_callback_vector(const struct acrn_vm *vm, uint64_t param) } if ((param > NR_MAX_VECTOR) || (param < VECTOR_DYNAMIC_START)) { - pr_err("%s: Invalid passed vector\n"); + pr_err("%s: Invalid passed vector\n", __func__); return -EINVAL; }