X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Flwr_mac_phy.h;h=5d4192edc4d18bbae3baa9a53b14a9bd5ed99dc6;hb=f78bb742344bb919e27f38c2d7bc2d11fc37b184;hp=54ae8db1323209d1b7783b2e5140cad748fcdb1e;hpb=3eb33bcb19a8e47fcf8b58b417d6fa05919952cf;p=o-du%2Fl2.git diff --git a/src/5gnrmac/lwr_mac_phy.h b/src/5gnrmac/lwr_mac_phy.h index 54ae8db13..5d4192edc 100644 --- a/src/5gnrmac/lwr_mac_phy.h +++ b/src/5gnrmac/lwr_mac_phy.h @@ -35,7 +35,7 @@ typedef enum #ifdef ODU_MEMORY_DEBUG_LOG #define WLS_MEM_LOG(_macro, _file, _line, _func, _size, _datPtr)\ {\ - printf("\n%s=== %s +%d, %s, %lu, %p", \ + printf("\n%s=== %s +%d, %s, %lu, %p \n", \ _macro, _file, _line, _func, (uint64_t)_size, _datPtr); \ } #else