continue initial scan until succeeded (solves #596)
This commit is contained in:
@@ -291,8 +291,7 @@ void MainLoop::run() {
|
|||||||
}
|
}
|
||||||
if (result != RESULT_OK) {
|
if (result != RESULT_OK) {
|
||||||
logError(lf_main, "initial scan failed: %s", getResultCode(result));
|
logError(lf_main, "initial scan failed: %s", getResultCode(result));
|
||||||
}
|
} else {
|
||||||
if (result != RESULT_ERR_NO_SIGNAL) {
|
|
||||||
reload = false;
|
reload = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user