diff options
Diffstat (limited to 'util-linux/acpid.c')
-rw-r--r-- | util-linux/acpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 7274b6866..95f8150e2 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -148,7 +148,7 @@ static void process_event(const char *event) | |||
148 | const char *args[] = { "run-parts", handler, NULL }; | 148 | const char *args[] = { "run-parts", handler, NULL }; |
149 | 149 | ||
150 | // log the event | 150 | // log the event |
151 | bb_error_msg("%s", event); | 151 | bb_simple_error_msg(event); |
152 | 152 | ||
153 | // spawn handler | 153 | // spawn handler |
154 | // N.B. run-parts would require scripts to have #!/bin/sh | 154 | // N.B. run-parts would require scripts to have #!/bin/sh |