fix typo in debug output

SVN revision: 64645
This commit is contained in:
Mike Blumenkrantz 2011-11-02 14:15:40 +00:00
parent 358f5f1746
commit aaf189f7fc
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ _pulse_sources_get(Pulse *p __UNUSED__, Pulse_Tag_Id id __UNUSED__, Eina_List *e
sources = ev;
EINA_LIST_FOREACH(ev, l, sink)
{
printf("Sink:\n");
printf("Sources:\n");
printf("\tname: %s\n", pulse_sink_name_get(sink));
printf("\tidx: %"PRIu32"\n", pulse_sink_idx_get(sink));
printf("\tdesc: %s\n", pulse_sink_desc_get(sink));