From b7988019c9d054cd7600d21e733ccac9b9a56933 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 13 Oct 2013 20:45:47 +0800 Subject: [PATCH] (minor) Modules/UDI - Improved error message for multiple UDI_DL_BUF --- KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.20.1