Skip to content
Snippets Groups Projects
Commit ef565f88 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Correct messages for process variables.

parent 86102855
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment