Mercurial > hg > orthanc-python
diff Sources/PythonObject.cpp @ 171:c8de83fe7faa
removed deprecation warnings
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 27 Jun 2024 15:52:51 +0200 |
parents | 6fada29b6759 |
children | 3678a028f1f6 |
line wrap: on
line diff
--- a/Sources/PythonObject.cpp Thu Jun 27 14:26:59 2024 +0200 +++ b/Sources/PythonObject.cpp Thu Jun 27 15:52:51 2024 +0200 @@ -130,7 +130,7 @@ } else { - OrthancPlugins::LogError("Cannot release a NULL or borrowed reference"); + ORTHANC_PLUGINS_LOG_ERROR("Cannot release a NULL or borrowed reference"); ORTHANC_PLUGINS_THROW_EXCEPTION(InternalError); } }