# HG changeset patch # User Sebastien Jodogne # Date 1754817033 -7200 # Node ID f198e1c32aedd5bad0cb55b73e35cf7986770c1b # Parent aa668ce77d610d5631a9a0ca639bb03481f4231b log the version of the orthanc SDK diff -r aa668ce77d61 -r f198e1c32aed Sources/Plugin.cpp --- a/Sources/Plugin.cpp Tue Jul 22 21:32:31 2025 +0200 +++ b/Sources/Plugin.cpp Sun Aug 10 11:10:33 2025 +0200 @@ -414,6 +414,11 @@ OrthancPlugins::SetDescription(PLUGIN_NAME, "Run Python scripts as Orthanc plugins"); + ORTHANC_PLUGINS_LOG_WARNING("Version of the Orthanc SDK in use by the Python plugin: " + + boost::lexical_cast(ORTHANC_PLUGINS_MINIMAL_MAJOR_NUMBER) + "." + + boost::lexical_cast(ORTHANC_PLUGINS_MINIMAL_MINOR_NUMBER) + "." + + boost::lexical_cast(ORTHANC_PLUGINS_MINIMAL_REVISION_NUMBER)); + try { /**