Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Feb 15, 2023
1 parent 22bc70a commit f403d89
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -374,7 +374,8 @@ private static void createSignatureFileForRecordFile(
// update stream digest
LOGGER.info(MARKER, "Writing version {}", version);
dos.writeInt(version);
LOGGER.info(MARKER, "Writing serializedBytes {}", hex(serializedBytes).substring(0, 32));
LOGGER.info(
MARKER, "Writing serializedBytes {}", hex(serializedBytes).substring(0, 32));
dos.write(serializedBytes);
dos.flush();

Expand Down

0 comments on commit f403d89

Please sign in to comment.