Mercurial > hg > orthanc-databases
changeset 702:fb13453e8476 default tip
added debug info
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 17 Jun 2025 12:09:00 +0200 (8 minutes ago) |
parents | c8857177c1d1 |
children | |
files | Framework/Plugins/IndexBackend.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp Tue Jun 17 11:31:10 2025 +0200 +++ b/Framework/Plugins/IndexBackend.cpp Tue Jun 17 12:09:00 2025 +0200 @@ -397,6 +397,8 @@ args.SetIntegerValue("revision", revision); args.SetBinaryValue("custom-data", customData, customDataSize); + LOG(INFO) << "custom data size: " << customDataSize; + statement.Execute(args); }