[Ahub] Fix Ahub issue
authorSeoHyungjun <hyungjun.seo@samsung.com>
Wed, 23 Aug 2023 02:33:13 +0000 (11:33 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Sep 2023 06:47:40 +0000 (15:47 +0900)
commit1f8f81c18cf5a2578aac556dc1333eec2b51ec75
tree01890cd7a302da41befbabda1e75bd5966ac810a
parent4935bccb77c3359d99634599f4c78e0732c1b1af
[Ahub] Fix Ahub issue

Fixed the part where buf is not initialized and used in nntrainer_logger.cpp.
Array initialized with ascii 0 ('\0').

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
nntrainer/nntrainer_logger.cpp