Skip to content

Commit 8cc5f26

Browse files
committed
log do final
1 parent 3d905a9 commit 8cc5f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/software/amazon/encryption/s3/internal/CipherSubscriber.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void onComplete() {
102102
return;
103103
}
104104
try {
105+
System.out.println("Doing final!");
105106
outputBuffer = cipher.doFinal();
106107
// Send the final bytes to the wrapped subscriber
107108
wrappedSubscriber.onNext(ByteBuffer.wrap(outputBuffer));

0 commit comments

Comments
 (0)