From e80c97c633679ea0757de7c9565263f42d9110cc Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 5 Nov 2024 22:27:51 -0800 Subject: remove nni_plat_println - we have nni_plat_printf which is good enough --- src/core/panic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/panic.c b/src/core/panic.c index f18c0d9e..c6cb068e 100644 --- a/src/core/panic.c +++ b/src/core/panic.c @@ -69,6 +69,5 @@ nni_panic(const char *fmt, ...) void nni_println(const char *msg) { - // TODO: support redirection of this later. - nni_plat_println(msg); + nni_plat_printf("%s\n", msg); } -- cgit v1.2.3-70-g09d2