(minor) Modules/UDI - Improved error message for multiple UDI_DL_BUF
authorJohn Hodge <[email protected]>
Sun, 13 Oct 2013 12:45:47 +0000 (20:45 +0800)
committerJohn Hodge <[email protected]>
Sun, 13 Oct 2013 12:45:47 +0000 (20:45 +0800)
KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c

index 7834cf3..b4116a0 100644 (file)
@@ -150,8 +150,9 @@ void udi_cb_alloc_batch(
                {
                        if( *layout == UDI_DL_BUF ) {
                                if( buf_ofs ) {
-                                       Log_Notice("UDI", "TODO Multiple buffers in cb_alloc_batch (%s:%i)",
-                                               metalang->Name, cb_init->meta_cb_num);
+                                       Log_Notice("UDI", "TODO Multiple buffers in cb_alloc_batch (%s:%i, %s:%i)",
+                                               metalang->Name, cb_init->meta_cb_num,
+                                               inst->Module->ModuleName, cb_idx);
                                }
                                buf_ofs = cur_ofs;
                        }

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