Skip to content

Commit

Permalink
FEM: gmsh mesh tools, do not use error message to print some log
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 24, 2019
1 parent 5f6352c commit 499703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femmesh/gmshtools.py
Expand Up @@ -754,7 +754,7 @@ def read_and_set_new_mesh(self):
if not self.error:
fem_mesh = Fem.read(self.temp_file_mesh)
self.mesh_obj.FemMesh = fem_mesh
FreeCAD.Console.PrintError(' The Part should have a pretty new FEM mesh!\n')
FreeCAD.Console.PrintMessage(' The Part should have a pretty new FEM mesh!\n')
else:
FreeCAD.Console.PrintError('No mesh was created.\n')
del self.temp_file_geometry
Expand Down

0 comments on commit 499703b

Please sign in to comment.