[Epic-ID: ODUHIGH-464][Task-ID: ODUHIGH-483] Memeory related fix in FDD and TDD mode
[o-du/l2.git] / src / 5gnrmac / lwr_mac_phy.h
index 54ae8db..5d4192e 100644 (file)
@@ -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