aboutsummaryrefslogtreecommitdiff
path: root/src/core/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/panic.c')
-rw-r--r--src/core/panic.c3
1 files changed, 1 insertions, 2 deletions
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);
}