changeset 1762:2b91363cc1d1 db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 11:25:45 +0100
parents f4286d99ee0a
children f7014cca73c7 497a637366b4
files Plugins/Engine/OrthancPluginDatabase.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPluginDatabase.cpp	Thu Oct 29 11:22:48 2015 +0100
+++ b/Plugins/Engine/OrthancPluginDatabase.cpp	Thu Oct 29 11:25:45 2015 +0100
@@ -617,7 +617,7 @@
   {
     if (extensions_.lookupIdentifier3 == NULL)
     {
-      LOG(ERROR) << "The database plugin does not implement the GetAllInternalIds primitive";
+      LOG(ERROR) << "The database plugin does not implement the LookupIdentifier3 primitive";
       throw OrthancException(ErrorCode_DatabasePlugin);
     }