On Mon, 2014-09-15 at 13:02 +0300, Luiz Augusto von Dentz wrote: > @@ -170,6 +167,8 @@ static pa_hook_result_t profile_available_hook_callback(pa_core *c, pa_card_prof > pa_assert(profile); > pa_assert_se((card = profile->card)); > > + pa_log_debug("Card '%s' profile '%s' available '%u'", card->name, profile->name, profile->available); pa_card_profile_set_available() already logs this information. How is logging this again useful? -- Tanu