Mercurial > hg > orthanc-python
diff Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h @ 171:c8de83fe7faa
removed deprecation warnings
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Jun 2024 15:52:51 +0200 |
parents | 6fada29b6759 |
children | 55473de7694f |
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Thu Jun 27 14:26:59 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Thu Jun 27 15:52:51 2024 +0200 @@ -82,14 +82,14 @@ if (PyType_Ready(&sdk_OrthancPluginDicomWebNode_Type) < 0) { - OrthancPlugins::LogError("Cannot register Python class: OrthancPluginDicomWebNode"); + ORTHANC_PLUGINS_LOG_ERROR("Cannot register Python class: OrthancPluginDicomWebNode"); ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); } Py_INCREF(&sdk_OrthancPluginDicomWebNode_Type); if (PyModule_AddObject(module, "DicomWebNode", (PyObject *)&sdk_OrthancPluginDicomWebNode_Type) < 0) { - OrthancPlugins::LogError("Cannot register Python class: OrthancPluginDicomWebNode"); + ORTHANC_PLUGINS_LOG_ERROR("Cannot register Python class: OrthancPluginDicomWebNode"); Py_DECREF(&sdk_OrthancPluginDicomWebNode_Type); ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); }