Update xmlsec callback logging 63/285563/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 14 Dec 2022 16:26:55 +0000 (17:26 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 14 Dec 2022 16:26:55 +0000 (17:26 +0100)
commit5b2969f43113b03ba8d66846b052008149443c41
treeaff3e74d5b53774035d342d4f4af73390f795ed1
parent41b53ee51ed5fb6349781cd848d2f2141cd4c985
Update xmlsec callback logging

The main purpose of this commit is to help with debugging memory leaks in a
client app.
* Log file closing callback to make sure that files are closed eventually.
* Log only filename without the prefix in file opening callback. The prefix is
  logged elsewhere anyway. This is to avoid log truncating on some images.

Change-Id: I20bd376c18b9c2f0ab865cf9dccdaf8cedbec202
src/vcore/XmlsecAdapter.cpp