aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-02-27 09:18:53 -0500
committerThanos Makatos <thanos.makatos@nutanix.com>2020-02-28 06:30:23 -0500
commit411707f45b662ded88bde78e5675c441bd70a553 (patch)
tree7fcf088d3f8c8b06c00044f0bea402261f1e6822
parent550d4fe5612df7aedeefb9186ab41f99acd5517e (diff)
downloadlibvfio-user-411707f45b662ded88bde78e5675c441bd70a553.zip
libvfio-user-411707f45b662ded88bde78e5675c441bd70a553.tar.gz
libvfio-user-411707f45b662ded88bde78e5675c441bd70a553.tar.bz2
make remove DMA message consistent to add
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
-rw-r--r--lib/libmuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmuser.c b/lib/libmuser.c
index a0039bf..7e902d2 100644
--- a/lib/libmuser.c
+++ b/lib/libmuser.c
@@ -569,7 +569,7 @@ muser_dma_unmap(lm_ctx_t *lm_ctx, struct muser_cmd *cmd)
get_path_from_fd(lm_ctx, cmd->mmap.request.fd, buf);
- lm_log(lm_ctx, LM_INF, "removing DMA region fd=%d path=%s %#lx-%#lx\n",
+ lm_log(lm_ctx, LM_INF, "removing DMA region fd=%d path=%s iova=%#lx-%#lx\n",
cmd->mmap.request.fd, buf, cmd->mmap.request.addr,
cmd->mmap.request.addr + cmd->mmap.request.len);