From 5c2ee3b4c37cc00045526edaa1bb09c05ec1e1e3 Mon Sep 17 00:00:00 2001
From: renchao_lu <renchao.lu@gmail.com>
Date: Sun, 31 May 2020 16:58:22 +0200
Subject: [PATCH] [App] Update error message.

---
 Applications/ApplicationsLib/ProjectData.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Applications/ApplicationsLib/ProjectData.cpp b/Applications/ApplicationsLib/ProjectData.cpp
index adc6a899d39..e9d1f3f57e5 100644
--- a/Applications/ApplicationsLib/ProjectData.cpp
+++ b/Applications/ApplicationsLib/ProjectData.cpp
@@ -547,9 +547,10 @@ void ProjectData::parseChemicalSolverInterface(
     (void)output_directory;
 
     OGS_FATAL(
-        "The specified type of the process to be solved is not component "
-        "transport process so that water chemistry calculation could not "
-        "be activated.");
+        "Found the type of the process to be solved is not component transport "
+        "process. Please specify the process type to ComponentTransport. At "
+        "the present, water chemistry calculation is only available for "
+        "component transport process.");
 #endif
 }
 
-- 
GitLab