diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index 5bfa725225..fd1969e976 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -102,9 +102,10 @@ Foam::Map Foam::autoSnapDriver::getZoneBafflePatches FatalErrorIn("getZoneBafflePatches(const bool)") << "Face " << faceI << " fc:" << mesh.faceCentres()[faceI] - << " is in faceZone " + << " in zone " << fZone.name() + << " is in patch " << mesh.boundaryMesh()[oldPatchI].name() - << " and in faceZone " + << " and in patch " << mesh.boundaryMesh()[patchI].name() << abort(FatalError); }