From 1fb4f908184f36ef39b7d190fc322aae56b87587 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Feb 2014 10:20:35 -0800 Subject: [PATCH] android: Fix copy&paste issue in error message --- android/hal-handsfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-handsfree.c b/android/hal-handsfree.c index 7964c7d39..ab65d9514 100644 --- a/android/hal-handsfree.c +++ b/android/hal-handsfree.c @@ -143,7 +143,7 @@ static void handle_unknown_at(void *buf, uint16_t len) struct hal_ev_handsfree_unknown_at *ev = buf; if (len != sizeof(*ev) + ev->len) { - error("invalid dial event, aborting"); + error("invalid unknown command event, aborting"); exit(EXIT_FAILURE); } -- 2.47.3