diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp
index 562a297c4adfc207cb11de54f77cffcb49ccff0e..5f6541789116e48ca3fcdd34cd6bccd2235d4a73 100644
--- a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp
+++ b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp
@@ -174,10 +174,9 @@ int main(int argc, char* argv[])
     {
         std::unique_ptr<MeshLib::Mesh> mesh(
             MeshLib::IO::readMeshFromFile(filename));
-        INFO("Mesh '%s' read: %d nodes, %d elements.",
-             mesh->getName().c_str(),
-             mesh->getNumberOfNodes(),
-             mesh->getNumberOfElements());
+        INFO("Mesh '%s' from file '%s' read: %d nodes, %d elements.",
+             mesh->getName().c_str(), filename.c_str(),
+             mesh->getNumberOfNodes(), mesh->getNumberOfElements());
 
         std::string const other_mesh_output_file_name_wo_extension =
             BaseLib::joinPaths(