comparison OrthancServer/main.cpp @ 2160:2f2de941dff7

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Nov 2016 21:45:43 +0100
parents 728403a6ec1f
children 262fcab24024
comparison
equal deleted inserted replaced
2159:cfaf2bea096e 2160:2f2de941dff7
912 database.Upgrade(ORTHANC_DATABASE_VERSION, storageArea); 912 database.Upgrade(ORTHANC_DATABASE_VERSION, storageArea);
913 } 913 }
914 catch (OrthancException&) 914 catch (OrthancException&)
915 { 915 {
916 LOG(ERROR) << "Unable to run the automated upgrade, please use the replication instructions: " 916 LOG(ERROR) << "Unable to run the automated upgrade, please use the replication instructions: "
917 << "https://orthanc.chu.ulg.ac.be/book/users/replication.html"; 917 << "http://book.orthanc-server.com//users/replication.html";
918 throw; 918 throw;
919 } 919 }
920 920
921 // Sanity check 921 // Sanity check
922 currentVersion = database.GetDatabaseVersion(); 922 currentVersion = database.GetDatabaseVersion();