Modules/UDI - MEI working, used for nic
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / udi_lib / core / imc.c
index e6529da..4947658 100644 (file)
@@ -36,7 +36,8 @@ extern void udi_channel_spawn(
        udi_index_t ops_idx, void *channel_context
        )
 {
-       LOG("gcb=%p,channel=%p", gcb, channel, spawn_idx, ops_idx, channel_context);
+       LOG("gcb=%p,channel=%p,spawn_idx=%i,ops_idx=%i,channel_context=%p",
+               gcb, channel, spawn_idx, ops_idx, channel_context);
        
        // Search existing channel for a matching spawn_idx
        udi_channel_t ret = UDI_CreateChannel_Linked(channel, spawn_idx);

UCC git Repository :: git.ucc.asn.au