From 61301d2ebc806730ee94118bc1fb84fd693568c7 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 29 Aug 2011 23:14:35 +0000 Subject: [PATCH] Handling one more event --- src/plugins/debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debug.c b/src/plugins/debug.c index cb6719f..0929bae 100644 --- a/src/plugins/debug.c +++ b/src/plugins/debug.c @@ -74,6 +74,7 @@ static DebugPhoneEvents _debug_phone_events[] = { PHONE_EVENT_TYPE_SPEAKER_ON, "SPEAKER_ON" }, { PHONE_EVENT_TYPE_STARTING, "STARTING" }, { PHONE_EVENT_TYPE_SUSPEND, "SUSPEND" }, + { PHONE_EVENT_TYPE_UNAVAILABLE, "UNAVAILABLE" }, { PHONE_EVENT_TYPE_VIBRATOR_OFF, "VIBRATOR_OFF" }, { PHONE_EVENT_TYPE_VIBRATOR_ON, "VIBRATOR_ON" }, { PHONE_EVENT_TYPE_VOLUME_GET, "VOLUME_GET" },