diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
index 2ac0dc517ccbfcd19f92f295b7a10320d32b6dc7..0010c5ecc42194c91c0fb0ca02914cc838348024 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<point>&,\n"
                 "        const UList<point>&\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;
         }
     }