mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Removed non-helpful verbosity
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user