diff OrthancServer/main.cpp @ 3018:e3b5c07146a3 db-changes

speeding up the computation of the size of the attachments in SQLite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 16:04:17 +0100
parents bbfd95a0c429
children 6a2c7e206ebb
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Fri Dec 14 14:55:49 2018 +0100
+++ b/OrthancServer/main.cpp	Fri Dec 14 16:04:17 2018 +0100
@@ -1174,7 +1174,7 @@
   else if (currentVersion != ORTHANC_DATABASE_VERSION)
   {
     throw OrthancException(ErrorCode_IncompatibleDatabaseVersion,
-                           "The database schema must be changed from version " +
+                           "The database schema must be upgraded from version " +
                            boost::lexical_cast<std::string>(currentVersion) + " to " +
                            boost::lexical_cast<std::string>(ORTHANC_DATABASE_VERSION) +
                            ": Please run Orthanc with the \"--upgrade\" argument");