From ef565f8825e6cbb69cbfd0343bbde4dc833d567a Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 16 Sep 2014 13:20:25 +0200
Subject: [PATCH] [PL] Correct messages for process variables.

---
 ProcessLib/GroundwaterFlow.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/GroundwaterFlow.h b/ProcessLib/GroundwaterFlow.h
index ebd7b50e981..1c79d7e3566 100644
--- a/ProcessLib/GroundwaterFlow.h
+++ b/ProcessLib/GroundwaterFlow.h
@@ -40,10 +40,10 @@ public:
                 });
 
         if (variable == variables.end())
-            ERR("Expected field \'%s\' not found in provided fields.",
+            ERR("Expected process variable \'%s\' not found in provided variables list.",
                 name.c_str());
 
-        DBUG("Associate hydraulic_head with field named \'%s\'.",
+        DBUG("Associate hydraulic_head with process variable \'%s\'.",
             name.c_str());
         _hydraulic_head = &*variable;
 
-- 
GitLab