Hotfix of the Hotfix 8)

This commit is contained in:
Lorenz Meier 2014-07-03 11:26:26 +02:00
parent 7be2e0f136
commit 04cca73baa
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ warnerr_core(int errcode, const char *fmt, va_list args)
fprintf(stderr, "\n");
#elif CONFIG_ARCH_LOWPUTC
lowsyslog("%s: ", getprogname());
lowsyslog(fmt, args);
lowvsyslog(fmt, args);
/* convenience as many parts of NuttX use negative errno */
if (errcode < 0)