Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 19, 2024
1 parent efc50eb commit 1756d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ PyObject *aws_py_rsa_private_key_from_der_data(PyObject *self, PyObject *args) {

if (aws_base64_decode(&der_data_cur, &decoded_buffer)) {
//PyErr_AwsLastError();
PyErr_Format(PyExc_ValueError, "Invalid len %zu", decoded_len);
PyErr_Format(PyExc_ValueError, "Invalid len decoded %zu", decoded_len);
goto on_done;
}

Expand Down

0 comments on commit 1756d5c

Please sign in to comment.