# HG changeset patch # User Sebastien Jodogne # Date 1754832472 -7200 # Node ID 217bf5ee50538543fa31d33f2a32c8f2552c2139 # Parent 18881ed67640f1f92600490281ce7b335e5bf4ad added the name of the source plugin in audit logs diff -r 18881ed67640 -r 217bf5ee5053 Plugin/Plugin.cpp --- 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(),