summaryrefslogtreecommitdiff
path: root/errlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'errlog.c')
-rw-r--r--errlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/errlog.c b/errlog.c
index de0e7350..18be4822 100644
--- a/errlog.c
+++ b/errlog.c
@@ -68,7 +68,7 @@ PrintErrors(VOID)
return;
for (i = 0; i < nerrs; i++)
- Print(L"%s", errs[i]);
+ console_print(L"%s", errs[i]);
}
VOID