comparison OrthancServer/main.cpp @ 3135:2b81d44e7b33

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 16:32:11 +0100
parents b1787ba94eef
children 5a3b961e9524
comparison
equal deleted inserted replaced
3133:0c2a8d5e0097 3135:2b81d44e7b33
1019 database.Upgrade(ORTHANC_DATABASE_VERSION, storageArea); 1019 database.Upgrade(ORTHANC_DATABASE_VERSION, storageArea);
1020 } 1020 }
1021 catch (OrthancException&) 1021 catch (OrthancException&)
1022 { 1022 {
1023 LOG(ERROR) << "Unable to run the automated upgrade, please use the replication instructions: " 1023 LOG(ERROR) << "Unable to run the automated upgrade, please use the replication instructions: "
1024 << "http://book.orthanc-server.com//users/replication.html"; 1024 << "http://book.orthanc-server.com/users/replication.html";
1025 throw; 1025 throw;
1026 } 1026 }
1027 1027
1028 // Sanity check 1028 // Sanity check
1029 currentVersion = database.GetDatabaseVersion(); 1029 currentVersion = database.GetDatabaseVersion();