commit 7143aa51eef37cc0b5293bbf61eeb4d202e3d5a3
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Feb 16 00:56:24 2021 +0100

    report when we actually detected the 'strange state'.

diff --git a/src/main/java/org/distorted/main/RubikDebug.java b/src/main/java/org/distorted/main/RubikDebug.java
index 22b0c2a3..3f315681 100644
--- a/src/main/java/org/distorted/main/RubikDebug.java
+++ b/src/main/java/org/distorted/main/RubikDebug.java
@@ -72,7 +72,7 @@ public class RubikDebug
       }
     if( loopNum==4 )
       {
-      if( mNumReturned!=2 )
+      if( mNumReturned!=1 )
         {
         report(mDebug);
         }
