changeset 271:217bf5ee5053 inbox

added the name of the source plugin in audit logs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 10 Aug 2025 15:27:52 +0200
parents 18881ed67640
children abbd7948499f
files Plugin/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Fri Aug 08 17:32:30 2025 +0200
+++ b/Plugin/Plugin.cpp	Sun Aug 10 15:27:52 2025 +0200
@@ -171,6 +171,7 @@
   }
 
   OrthancPluginAuditLog(OrthancPlugins::GetGlobalContext(),
+                        ORTHANC_PLUGIN_NAME,
                         userId.c_str(),
                         resourceType,
                         resourceId.c_str(),