aboutsummaryrefslogtreecommitdiff
path: root/samples/null.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2020-11-17 11:39:59 +0000
committerJohn Levon <levon@movementarian.org>2020-11-18 10:30:51 +0000
commit943fe77b8099d4a9c5423320dc471a4ac14c634b (patch)
tree7d2b754348633f614ea0fe4b67e0e25bae1aa1b6 /samples/null.c
parent7085f28d6596dc12d82ea4386d106e340490d3fe (diff)
downloadlibvfio-user-943fe77b8099d4a9c5423320dc471a4ac14c634b.zip
libvfio-user-943fe77b8099d4a9c5423320dc471a4ac14c634b.tar.gz
libvfio-user-943fe77b8099d4a9c5423320dc471a4ac14c634b.tar.bz2
small cleanups post-muser.ko removal
Diffstat (limited to 'samples/null.c')
-rw-r--r--samples/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/null.c b/samples/null.c
index 2a16bf7..0253d05 100644
--- a/samples/null.c
+++ b/samples/null.c
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
pthread_t thread;
if (argc != 2) {
- err(EXIT_FAILURE, "missing MUSER device UUID");
+ errx(EXIT_FAILURE, "missing MUSER socket path");
}
lm_dev_info_t dev_info = {.uuid = argv[1], .log = null_log, .log_lvl = LM_DBG };