diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index 2ac0dc517c..0010c5ecc4 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -290,9 +290,11 @@ void Foam::cyclicPolyPatch::calcTransforms " const UList&,\n" " const UList&\n" " )" - ) << "For transform " << transformTypeNames[transform_] - << " found non-uniform transform." - << " Setting the transformation to be a uniform rotation." + ) << "For patch " << name() + << " calculated non-uniform transform tensor even though" + << " the transform type is " << transformTypeNames[transform_] + << ". Setting the transformation tensor to be a uniform" + << " rotation." << endl; } }