forked from Archive/PX4-Autopilot
Removed non-helpful verbosity
This commit is contained in:
parent
0731d331bf
commit
756d67f2de
|
@ -1969,7 +1969,7 @@ detect(int argc, char *argv[])
|
|||
if (OK != g_dev->detect()) {
|
||||
delete g_dev;
|
||||
g_dev = nullptr;
|
||||
errx(1, "driver detect did not succeed");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (g_dev != nullptr) {
|
||||
|
|
Loading…
Reference in New Issue