diff --git a/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C b/src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.C
index 40f83f39f862255fb9565e01b5a94f2366276a38..b20587ac82859eab877bb4b51cd85f2cce55e660 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)" << endl;
     }
 }