aboutsummaryrefslogtreecommitdiffstats
path: root/vhost_user_loopback.c
diff options
context:
space:
mode:
Diffstat (limited to 'vhost_user_loopback.c')
-rw-r--r--vhost_user_loopback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vhost_user_loopback.c b/vhost_user_loopback.c
index bf5c8da..d448e55 100644
--- a/vhost_user_loopback.c
+++ b/vhost_user_loopback.c
@@ -352,6 +352,7 @@ int vhost_user_set_features(struct vhost_dev *dev,
(void) dev;
/* Pass hdev as parameter! */
+ DBG("vhost_user_set_features: 0x%lx\n", features);
return vhost_user_set_u64(VHOST_USER_SET_FEATURES, features,
log_enabled);
}