diff --git a/src/sampling/surface/cuttingPlane/cuttingPlane.C b/src/sampling/surface/cuttingPlane/cuttingPlane.C
index 22314049afddd82dd5dae3af0b60912be6397a7e..be5bf0dce6b2a4ba6804adad3f98cf72e338a040 100644
--- a/src/sampling/surface/cuttingPlane/cuttingPlane.C
+++ b/src/sampling/surface/cuttingPlane/cuttingPlane.C
@@ -218,9 +218,9 @@ bool Foam::cuttingPlane::walkCell
         {
             WarningInFunction
                 << "Did not find closed walk along surface of cell " << celli
+                << " at " << mesh.cellCentres()[celli]
                 << " starting from edge " << startEdgeI
-                << " in " << nIter << " iterations." << nl
-                << "Collected cutPoints so far:" << faceVerts
+                << " in " << nIter << " iterations."
                 << endl;
             return false;
         }