1
Fork 0

add debug log

This commit is contained in:
Nedko Arnaudov 2009-12-15 02:22:06 +02:00
parent 6d6bedd24e
commit 6e58c01fe1
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ a2j_update_port(
unsigned int port_caps = snd_seq_port_info_get_capability(info);
unsigned int port_type = snd_seq_port_info_get_type(info);
a2j_debug("port %u:%u", addr.client, addr.port);
a2j_debug("port type: 0x%08X", port_type);
a2j_debug("port caps: 0x%08X", port_caps);