Commit 359f9871 authored by Max Kellermann's avatar Max Kellermann

output_thread: print "closed" debug message

parent ab656a52
...@@ -44,6 +44,8 @@ ao_close(struct audio_output *ao) ...@@ -44,6 +44,8 @@ ao_close(struct audio_output *ao)
ao_plugin_close(ao->plugin, ao->data); ao_plugin_close(ao->plugin, ao->data);
pcm_convert_deinit(&ao->convert_state); pcm_convert_deinit(&ao->convert_state);
ao->open = false; ao->open = false;
g_debug("closed plugin=%s name=\"%s\"", ao->plugin->name, ao->name);
} }
static void ao_play(struct audio_output *ao) static void ao_play(struct audio_output *ao)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment