From 943fe77b8099d4a9c5423320dc471a4ac14c634b Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 17 Nov 2020 11:39:59 +0000 Subject: small cleanups post-muser.ko removal --- samples/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/null.c') 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 }; -- cgit v1.1