We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aa7ab commit 3f06bdeCopy full SHA for 3f06bde
libs/common/Utils.cs
@@ -785,7 +785,7 @@ public static bool VerifyRamp(byte[] p)
785
if ((byte)(p[i - 1] + 1) != p[i])
786
failingIndices.Add(i);
787
788
- Logger.Debug(failingIndices.Count + " failing indices");
+ Logger.Error(failingIndices.Count + " failing indices out of " + p.Length);
789
790
return failingIndices.Count == 0;
791
}
0 commit comments