edits
[iotcloud.git] / src / java / iotcloud / Table.java
index 1d27932350abbd26c2384096b86b7949fb6b0e6d..d4a62c6abda0576fcd9e0dd04180ce3cc43cb47b 100644 (file)
@@ -306,7 +306,7 @@ search:
                        Slot prevslot=indexer.getSlot(currslot.getSequenceNumber()-1);
                        if (prevslot != null &&
                                        !Arrays.equals(prevslot.getHMAC(), currslot.getPrevHMAC()))
-                               throw new Error("Server Error: Invalid HMAC Chain");
+                               throw new Error("Server Error: Invalid HMAC Chain"+currslot+" "+prevslot);
                }
        }
 }