]> git.zerfleddert.de Git - hmcfgusb/commitdiff
fixed misleading error message
authorMichael Gernoth <michael@gernoth.net>
Sun, 16 Feb 2014 11:29:34 +0000 (12:29 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 16 Feb 2014 11:29:34 +0000 (12:29 +0100)
flash-ota.c

index 952d78c8cb2ee28f6694e64e9d5816b42e14a320..cbda024a9b8269c6bb2617d068708db6c7b4933e 100644 (file)
@@ -229,7 +229,7 @@ int main(int argc, char **argv)
        }
 
        if (dev->bootloader) {
        }
 
        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);
        }
 
                exit(EXIT_FAILURE);
        }
 
Impressum, Datenschutz