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 2954da8..c00c984 100644
--- a/samples/null.c
+++ b/samples/null.c
@@ -45,7 +45,7 @@
static void
null_log(void *pvt, lm_log_lvl_t lvl __attribute__((unused)), char const *msg)
{
- fprintf(stderr, "%s", msg);
+ fprintf(stderr, "muser: %s", msg);
}