Mercurial > hg > orthanc-databases
changeset 53:71eca9b0442a
fix
author | am@osimis.io |
---|---|
date | Wed, 18 Jul 2018 16:27:21 +0200 |
parents | 842d4bf9524e |
children | b3de8c09c8b0 |
files | MySQL/Plugins/MySQLIndex.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MySQL/Plugins/MySQLIndex.cpp Wed Jul 18 13:39:48 2018 +0200 +++ b/MySQL/Plugins/MySQLIndex.cpp Wed Jul 18 16:27:21 2018 +0200 @@ -105,7 +105,7 @@ if (!LookupGlobalIntegerProperty(version, *db, t, Orthanc::GlobalProperty_DatabaseSchemaVersion) || version != 6) { - LOG(ERROR) << "PostgreSQL plugin is incompatible with database schema version: " << version; + LOG(ERROR) << "MySQL plugin is incompatible with database schema version: " << version; throw Orthanc::OrthancException(Orthanc::ErrorCode_Database); } @@ -118,7 +118,7 @@ if (revision != 1) { - LOG(ERROR) << "PostgreSQL plugin is incompatible with database schema revision: " << revision; + LOG(ERROR) << "MySQL plugin is incompatible with database schema revision: " << revision; throw Orthanc::OrthancException(Orthanc::ErrorCode_Database); }