From deec97dfe37c0e09805676d792081e0038096210 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 8 May 2012 17:02:58 +0000 Subject: [PATCH] adding Frontbase to error message regexes --- lib/controller/action.py | 2 +- xml/errors.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/controller/action.py b/lib/controller/action.py index 162591148..7ca2dcbb3 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -40,7 +40,7 @@ def action(): if htmlParsed: errMsg += ", but from the HTML error page it was " errMsg += "possible to determinate that the " - errMsg += "back-end DBMS is %s" % htmlParsed + errMsg += "back-end DBMS is '%s'" % htmlParsed if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS: errMsg += ". Do not specify the back-end DBMS manually, " diff --git a/xml/errors.xml b/xml/errors.xml index 4997f7dc2..d6bfb2d21 100644 --- a/xml/errors.xml +++ b/xml/errors.xml @@ -91,4 +91,8 @@ + + + +