diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C index 87d7fb5474..055fea4f7c 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatchNew.C @@ -110,8 +110,8 @@ Foam::autoPtr Foam::polyPatch::New { if (debug) { - Info<< "polyPatch::New(const word&, const dictionary&, const label, " - "const polyBoundaryMesh&) : constructing polyPatch" + Info<< "polyPatch::New(const word&, const word&, const dictionary&, " + "const label, const polyBoundaryMesh&) : constructing polyPatch" << endl; }