We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38625bb commit bc17028Copy full SHA for bc17028
opengrok-indexer/src/main/java/org/opengrok/indexer/web/SearchHelper.java
@@ -346,7 +346,7 @@ public SearchHelper prepareExec(SortedSet<String> projects) {
346
} catch (ParseException e) {
347
errorMsg = PARSE_ERROR_MSG + e.getMessage();
348
} catch (FileNotFoundException e) {
349
- errorMsg = "Index database not found";
+ errorMsg = "Index database not found. Check the index";
350
if (projects.size() > 0) {
351
errorMsg = errorMsg + " for projects: " + String.join(", ", projects);
352
}
0 commit comments