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 7274b68..95f8150 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c @@ -148,7 +148,7 @@ static void process_event(const char *event) const char *args[] = { "run-parts", handler, NULL }; // log the event - bb_error_msg("%s", event); + bb_simple_error_msg(event); // spawn handler // N.B. run-parts would require scripts to have #!/bin/sh |