Compare commits

...

1 Commits

Author SHA1 Message Date
scality-gelbart 7a156f311b
ARSN-336 Log KMS Result Message
fixes S3C-5516
2023-05-22 10:48:21 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ export default class KMIP {
return cb(err); return cb(err);
} }
const response = this._decodeMessage(logger, rawResponse); const response = this._decodeMessage(logger, rawResponse);
logger.error(response);
const performedOperation = const performedOperation =
response.lookup('Response Message/' + response.lookup('Response Message/' +
'Batch Item/Operation')[0]; 'Batch Item/Operation')[0];