fix error msg in ConfigHeuristics_p

pull/1/head
reger 12 years ago
parent 230a12bfe2
commit 7804c12976

@ -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";
}
}

Loading…
Cancel
Save