From 7804c12976f829450dd010bcc63b276b1cf22ef4 Mon Sep 17 00:00:00 2001 From: reger Date: Thu, 14 Mar 2013 03:30:25 +0100 Subject: [PATCH] fix error msg in ConfigHeuristics_p --- htroot/ConfigHeuristics_p.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htroot/ConfigHeuristics_p.java b/htroot/ConfigHeuristics_p.java index 1730902b3..40ef5b316 100644 --- a/htroot/ConfigHeuristics_p.java +++ b/htroot/ConfigHeuristics_p.java @@ -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"; } }