Skip to content
Snippets Groups Projects
Commit 04cca73b authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Hotfix of the Hotfix 8)

parent 7be2e0f1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment