diff options
Diffstat (limited to 'vhost_user.c')
-rw-r--r-- | vhost_user.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhost_user.c b/vhost_user.c index 58baee2..9e38cfd 100644 --- a/vhost_user.c +++ b/vhost_user.c @@ -640,8 +640,8 @@ static bool vu_set_vring_num_exec(struct vu_dev *vdev, unsigned int idx = msg->payload.state.index; unsigned int num = msg->payload.state.num; - debug("State.index: %u", idx); - debug("State.num: %u", num); + trace("State.index: %u", idx); + trace("State.num: %u", num); vdev->vq[idx].vring.num = num; return false; |