output_thread: print "closed" debug message
This commit is contained in:
parent
ab656a52da
commit
359f9871b2
|
@ -44,6 +44,8 @@ ao_close(struct audio_output *ao)
|
|||
ao_plugin_close(ao->plugin, ao->data);
|
||||
pcm_convert_deinit(&ao->convert_state);
|
||||
ao->open = false;
|
||||
|
||||
g_debug("closed plugin=%s name=\"%s\"", ao->plugin->name, ao->name);
|
||||
}
|
||||
|
||||
static void ao_play(struct audio_output *ao)
|
||||
|
|
Loading…
Reference in New Issue