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" },