fix error msg in ConfigHeuristics_p

This commit is contained in:
reger 2013-03-14 03:30:25 +01:00
parent 230a12bfe2
commit 7804c12976

View File

@ -83,10 +83,10 @@ public class ConfigHeuristics_p {
if (osc.discoverFromSolrIndex(sb)) {
osderrmsg = "started background search for target systems, refresh page after some minutes";
} else {
osderrmsg = "Solr webgraph index needs to be available and fields target_rel_s, target_protocol_s, target_urlstub_s on";
osderrmsg = "Error: webgraph Solr index not enabled";
}
} else {
osderrmsg = "Error: webgraph Solr index not enabled";
} else {
osderrmsg = "Solr webgraph index needs to be available and fields target_rel_s, target_protocol_s, target_urlstub_s on";
}
}