From 0429c69f6a9982f627e4a27d1c834dcc51e34ba6 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 29 Jan 2014 14:36:05 +0200 Subject: [PATCH] avctp: Fix wrong error message --- profiles/audio/avctp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c index 0a1a4572a..9f87859a9 100644 --- a/profiles/audio/avctp.c +++ b/profiles/audio/avctp.c @@ -933,7 +933,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