Skip to content

Commit bc17028

Browse files
author
Vladimir Kotal
committed
better message
Not all projects included in the search have to have a problem.
1 parent 38625bb commit bc17028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/SearchHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public SearchHelper prepareExec(SortedSet<String> projects) {
346346
} catch (ParseException e) {
347347
errorMsg = PARSE_ERROR_MSG + e.getMessage();
348348
} catch (FileNotFoundException e) {
349-
errorMsg = "Index database not found";
349+
errorMsg = "Index database not found. Check the index";
350350
if (projects.size() > 0) {
351351
errorMsg = errorMsg + " for projects: " + String.join(", ", projects);
352352
}

0 commit comments

Comments
 (0)