diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C
index 9d33b277a7d7f529177492e42d7eabb4a7754597..81b9ddd156831b159d08701d5f0912fbc448ccb1 100644
--- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C
+++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C
@@ -980,6 +980,11 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace
 {
     if (owner())
     {
+        Info << "OWNER" << endl;
+        Debug(p);
+        Debug(n);
+        Debug(faceCentres()[faceI]);
+
         return AMI().tgtPointFace
         (
             *this,
@@ -991,10 +996,15 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace
     }
     else
     {
+        Info << "NEIGHBOUR" << endl;
+        Debug(p);
+        Debug(n);
+        Debug(faceCentres()[faceI]);
+
         return neighbPatch().AMI().srcPointFace
         (
-            neighbPatch(),
             *this,
+            neighbPatch(),
             n,
             faceI,
             p