Mercurial > hg > orthanc
changeset 4840:b55babf15e4f
clarified error message
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 02 Dec 2021 15:11:32 +0100 |
parents | ee2c35896145 |
children | 060b9a789202 |
files | OrthancServer/Plugins/Engine/OrthancPlugins.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Thu Dec 02 14:51:55 2021 +0100 +++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp Thu Dec 02 15:11:32 2021 +0100 @@ -82,7 +82,7 @@ #include <dcmtk/dcmdata/dcdicent.h> #include <dcmtk/dcmnet/dimse.h> -#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary and it is currently not available !" +#define ERROR_MESSAGE_64BIT "A 64bit version of the Orthanc SDK is necessary to use buffers > 4GB and it is currently not available !" namespace Orthanc