comparison OrthancServer/main.cpp @ 2158:728403a6ec1f

fix link
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:40:41 +0100
parents 5a8840920121
children 262fcab24024
comparison
equal deleted inserted replaced
2157:f75611abd407 2158:728403a6ec1f
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();