# HG changeset patch # User Sebastien Jodogne # Date 1446114345 -3600 # Node ID 2b91363cc1d1d30c7e2638c50050b0591836eac9 # Parent f4286d99ee0a385661805e56abf19ccb73e11554 fix diff -r f4286d99ee0a -r 2b91363cc1d1 Plugins/Engine/OrthancPluginDatabase.cpp --- 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); }