Skip to content

Commit b6fb2bf

Browse files
committed
Tidy up the formatting of the KLEDIAI logging messages
Signed-off-by: Orlaith Monahan <[email protected]>
1 parent dc93b54 commit b6fb2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/mlas/lib/kleidiai/mlasi_kleidiai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#if onnxruntime_KLEIDIAI_DEBUG_LOGGING || onnxruntime_KLEIDIAI_KERNEL_LOGGING
2828
#define KLEIDIAI_LOG(tag, msg) \
2929
do { \
30-
std::cout << __FILE__ << __LINE__ << "[KLEIDIAI " << tag << "]: " << msg << std::endl; \
30+
std::cout << "[KLEIDIAI " << tag << "]: " << __FILE__ << " : " << __LINE__ << " : " << msg << std::endl; \
3131
} while(false)
3232
#endif
3333

0 commit comments

Comments
 (0)