From: Michael Gernoth Date: Sun, 16 Feb 2014 11:29:34 +0000 (+0100) Subject: fixed misleading error message X-Git-Tag: v0.100~30 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/bf1b6cb6823018a9c9a0b26ad6a756b69eb6d3f8?hp=558a94bb7ee2f65c9b1233a2efb2ba4091787aba fixed misleading error message --- diff --git a/flash-ota.c b/flash-ota.c index 952d78c..cbda024 100644 --- a/flash-ota.c +++ b/flash-ota.c @@ -229,7 +229,7 @@ int main(int argc, char **argv) } if (dev->bootloader) { - fprintf(stderr, "\nHM-CFG-USB not in bootloader mode, aborting!\n"); + fprintf(stderr, "\nHM-CFG-USB in bootloader mode, aborting!\n"); exit(EXIT_FAILURE); }