aboutsummaryrefslogtreecommitdiff
path: root/samples/null.c
diff options
context:
space:
mode:
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 };