Skip to content
Snippets Groups Projects
Commit e9ed2819 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeL/IO] Add file name to info message.

parent 6ff1690a
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,8 @@ MeshLib::NodePartitionedMesh* NodePartitionedMeshReader::read(
fname_new);
}
INFO("Reading binary mesh file ...");
INFO("Reading corresponding part of mesh data from binary file {:s} ...",
file_name_base);
mesh = readMesh(file_name_base);
INFO("[time] Reading the mesh took {:f} s.", timer.elapsed());
......
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