comparison OrthancServer/main.cpp @ 4026:05a363186da6

ORTHANC_BUILDING_FRAMEWORK_LIBRARY, Orthanc::InitializeFramework()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 16:26:57 +0200
parents 16978ee28588
children e3b3af80732d
comparison
equal deleted inserted replaced
4019:bf35c4628777 4026:05a363186da6
1708 { 1708 {
1709 LOG(ERROR) << "Native exception, stopping now. Check your plugins, if any."; 1709 LOG(ERROR) << "Native exception, stopping now. Check your plugins, if any.";
1710 status = -1; 1710 status = -1;
1711 } 1711 }
1712 1712
1713 LOG(WARNING) << "Orthanc has stopped";
1714
1713 OrthancFinalize(); 1715 OrthancFinalize();
1714
1715 LOG(WARNING) << "Orthanc has stopped";
1716
1717 Logging::Finalize();
1718 1716
1719 return status; 1717 return status;
1720 } 1718 }