diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C
index 40f83f39f862255fb9565e01b5a94f2366276a38..2c7096d208de3778003446e8e508bbf5e4d1a0f4 100644
--- a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C
+++ b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C
@@ -193,7 +193,7 @@ void Foam::fvMeshSubset::doCoupledPatches
     if (nUncoupled > 0)
     {
         Info<< "Uncoupled " << nUncoupled << " faces on coupled patches. "
-            << "(processorPolyPatch, cyclicPolyPatch)" << nl
+            << "(processorPolyPatch, cyclicPolyPatch)" << nl;
     }
 }