rpcd: iwinfo plugin fixes
[openwrt.git] / tools / firmware-utils / src / mkplanexfw.c
index 1bdccb7..0b71f80 100644 (file)
@@ -82,7 +82,7 @@ static struct board_info boards[] = {
 #define ERRS(fmt, ...) do { \
        int save = errno; \
        fflush(0); \
-       fprintf(stderr, "[%s] *** error: " fmt "\n", \
+       fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
                        progname, ## __VA_ARGS__, strerror(save)); \
 } while (0)