Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 2, 2025
1 parent ce93ad3 commit bb55a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network/kmip/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ export default class Client {
KMIP.Structure('Template-Attribute', attributes),
], (err, response) => {
if (err) {
const error = arsenalErrorKMIP(err);
const error = arsenalErrorKMIP(err.message);
logger.error('KMIP::createBucketKey',
{ error,
serverInformation: this.serverInformation });
Expand Down

0 comments on commit bb55a50

Please sign in to comment.