From 632b388cd7251db387441f2e9e6b8b0021814588 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 29 Jan 2014 14:36:01 +0200 Subject: [PATCH] android/avctp: Fix wrong error message --- android/avctp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/avctp.c b/android/avctp.c index 4ebf2ffbe..d308ec168 100644 --- a/android/avctp.c +++ b/android/avctp.c @@ -827,7 +827,7 @@ static gboolean session_cb(GIOChannel *chan, GIOCondition cond, gpointer data) ret -= AVCTP_HEADER_LENGTH; if (ret < AVC_HEADER_LENGTH) { - error("Too small AVCTP packet"); + error("Too small AVC packet"); goto failed; } -- 2.47.3