make alsa driver print out the correct port

svn-id: r6272
This commit is contained in:
Jonathan Gray 2002-12-30 06:24:59 +00:00
parent 5c6bd0f658
commit 8acd77b85e

View File

@ -123,7 +123,7 @@ int MidiDriver_ALSA::open()
}
}
printf("ALSA client initialised [%d:%d]\n", my_client, my_port);
printf("ALSA client initialised [%d:%d]\n", seq_client, seq_port);
return 0;
}