From: John Hodge Date: Sun, 13 Oct 2013 12:45:47 +0000 (+0800) Subject: (minor) Modules/UDI - Improved error message for multiple UDI_DL_BUF X-Git-Tag: rel0.15~109 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=b7988019c9d054cd7600d21e733ccac9b9a56933;hp=a335dd47727c40467c1ff7fc256c9061c0398d05;p=tpg%2Facess2.git (minor) Modules/UDI - Improved error message for multiple UDI_DL_BUF --- diff --git a/KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c b/KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c index 7834cf37..b4116a01 100644 --- a/KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c +++ b/KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c @@ -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; }