Mercurial > hg > orthanc
changeset 2962:792a65fdd94b
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Dec 2018 19:01:00 +0100 |
parents | 3ed449d0204d |
children | 800b4daa6dab |
files | Plugins/Include/orthanc/OrthancCPlugin.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h Tue Dec 04 18:58:45 2018 +0100 +++ b/Plugins/Include/orthanc/OrthancCPlugin.h Tue Dec 04 19:01:00 2018 +0100 @@ -6462,6 +6462,7 @@ _OrthancPluginSetHttpErrorDetails params; params.output = output; params.details = details; + params.log = log; context->InvokeService(context, _OrthancPluginService_SetHttpErrorDetails, ¶ms); }