Skip to content

Commit 291c626

Browse files
add logging
1 parent e574f97 commit 291c626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/mongocrypt.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ Value MongoCrypt::MakeExplicitEncryptionContextInternal(
725725
}
726726

727727
if (options.Has("textOptions")) {
728+
std::cout << "textOptions" << std::endl;
728729
Uint8Array textOptionsArray = Uint8ArrayFromValue(options["textOptions"], "textOptions");
729730

730731
std::unique_ptr<mongocrypt_binary_t, MongoCryptBinaryDeleter> binary(

0 commit comments

Comments
 (0)