Embeds pz2 error XML, if any, in the app error XML
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / Pz2Session.java
index cae075f..2940307 100644 (file)
@@ -72,7 +72,7 @@ public class Pz2Session implements Pz2Interface {
         client = new Pazpar2ClientGeneric(cfg);     \r
       } catch (ProxyErrorException pe) {\r
         logger.error("Could not instantiate Pazpar2 client: " + pe.getMessage());\r
-        configurationErrors.add(new ConfigurationError("Pz2Client","ProxyError","Could not create Pazpar2 client: " +pe.getMessage(),errorHelper));                \r
+        configurationErrors.add(new ConfigurationError("Pz2Client error","ProxyError","Could not create Pazpar2 client: " +pe.getMessage(),errorHelper));                \r
       } \r
       logger.info("Got " + configurationErrors.size() + " configuration errors");\r
       resetDataObjects();\r