output_thread: print "closed" debug message

This commit is contained in:
Max Kellermann 2009-03-08 04:13:55 +01:00
parent ab656a52da
commit 359f9871b2
1 changed files with 2 additions and 0 deletions

View File

@ -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)