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

[PL] Fix info message for MeshNodeParameter.

parent 322facb5
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ std::unique_ptr<ParameterBase> createParameter(
}
else if (type == "MeshNode")
{
INFO("MeshElementParameter: %s", name.c_str());
INFO("MeshNodeParameter: %s", name.c_str());
auto param = createMeshNodeParameter(name, config, *meshes.front());
return param;
}
......
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