aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/systemlib/err.c')
-rw-r--r--src/modules/systemlib/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/systemlib/err.c b/src/modules/systemlib/err.c
index 6c0e876d1..998b5ac7d 100644
--- a/src/modules/systemlib/err.c
+++ b/src/modules/systemlib/err.c
@@ -86,7 +86,7 @@ warnerr_core(int errcode, const char *fmt, va_list args)
fprintf(stderr, "\n");
#elif CONFIG_ARCH_LOWPUTC
lowsyslog("%s: ", getprogname());
- lowvyslog(fmt, args);
+ lowvsyslog(fmt, args);
/* convenience as many parts of NuttX use negative errno */
if (errcode < 0)