DPE: Log certificate buffer size

Change-Id: I82febcc159cd1bf3cf0b03ab717e60d0eeb18fd2
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/partitions/dice_protection_environment/dpe_context_mngr.c b/partitions/dice_protection_environment/dpe_context_mngr.c
index 238c715..99dd3f3 100644
--- a/partitions/dice_protection_environment/dpe_context_mngr.c
+++ b/partitions/dice_protection_environment/dpe_context_mngr.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023, Arm Limited. All rights reserved.
+ * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
@@ -880,7 +880,8 @@
     psa_status_t status;
     struct layer_context_t *layer_ctx;
 
-    log_get_certificate_chain(input_ctx_handle, retain_context, clear_from_context);
+    log_get_certificate_chain(input_ctx_handle, retain_context,
+                              clear_from_context, certificate_chain_buf_size);
 
     /* Validate input handle */
     if (!is_input_handle_valid(input_ctx_handle)) {