summaryrefslogtreecommitdiff
path: root/android/avctp.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-01-29 14:36:01 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-29 09:05:29 -0800
commit632b388cd7251db387441f2e9e6b8b0021814588 (patch)
treef749f0eab14880afc3dad49cccef1dae784b5e35 /android/avctp.c
parente315d108283aa60fbd948eff457437f4b8a96252 (diff)
downloadbluez-632b388cd7251db387441f2e9e6b8b0021814588.tar.gz
android/avctp: Fix wrong error message
Diffstat (limited to 'android/avctp.c')
-rw-r--r--android/avctp.c2
1 files changed, 1 insertions, 1 deletions
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;
}