comparison OrthancServer/main.cpp @ 1210:178de5edc0a8 db-changes

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Nov 2014 13:56:17 +0100
parents a843ee8bb903
children 5bd4c9f85b4c
comparison
equal deleted inserted replaced
1209:25260fe03dd6 1210:178de5edc0a8
585 // We're done 585 // We're done
586 LOG(WARNING) << "Orthanc is stopping"; 586 LOG(WARNING) << "Orthanc is stopping";
587 587
588 #if ENABLE_PLUGINS == 1 588 #if ENABLE_PLUGINS == 1
589 orthancPlugins.Stop(); 589 orthancPlugins.Stop();
590 LOG(WARNING) << " Plugins have stopped";
590 #endif 591 #endif
591 592
592 dicomServer.Stop(); 593 dicomServer.Stop();
594 LOG(WARNING) << " DICOM server has stopped";
595
593 httpServer.Stop(); 596 httpServer.Stop();
597 LOG(WARNING) << " HTTP server has stopped";
594 } 598 }
595 599
596 serverFactory.Done(); 600 serverFactory.Done();
597 601
598 return isReset; 602 return isReset;