Browse Source

fix misprint `lowvsyslog`

sbg
Alexey Luchko 11 years ago
parent
commit
05be2400cb
  1. 2
      src/modules/systemlib/err.c

2
src/modules/systemlib/err.c

@ -86,7 +86,7 @@ warnerr_core(int errcode, const char *fmt, va_list args) @@ -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)

Loading…
Cancel
Save