diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
index 910efba4e83da97820c28c6340e274081cb2699e..b2552fb6103b3334ae370187c75042fbb3dcf968 100644
--- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
+++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
@@ -196,9 +196,9 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights
             Info<< indent
                 << "AMI: Patch " << patchName
                 << " sum(weights)"
-                << " min = " << gMin(wghtSum)
-                << " max = " << gMax(wghtSum)
-                << " average = " << gAverage(wghtSum) << nl;
+                << " min:" << gMin(wghtSum)
+                << " max:" << gMax(wghtSum)
+                << " average:" << gAverage(wghtSum) << nl;
 
             const label nLow = returnReduce(nLowWeight, sumOp<label>());