Mercurial > hg > orthanc-authorization
changeset 272:abbd7948499f inbox
renamed OrthancPluginAuditLog() as OrthancPluginEmitAuditLog()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 10 Aug 2025 15:40:23 +0200 |
parents | 217bf5ee5053 |
children | 05de982f6cdf |
files | Plugin/Plugin.cpp |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/Plugin.cpp Sun Aug 10 15:27:52 2025 +0200 +++ b/Plugin/Plugin.cpp Sun Aug 10 15:40:23 2025 +0200 @@ -170,14 +170,14 @@ logDataSize = serializedLogData.size(); } - OrthancPluginAuditLog(OrthancPlugins::GetGlobalContext(), - ORTHANC_PLUGIN_NAME, - userId.c_str(), - resourceType, - resourceId.c_str(), - action.c_str(), - logDataPtr, - logDataSize); + OrthancPluginEmitAuditLog(OrthancPlugins::GetGlobalContext(), + ORTHANC_PLUGIN_NAME, + userId.c_str(), + resourceType, + resourceId.c_str(), + action.c_str(), + logDataPtr, + logDataSize); #endif }