comparison OrthancServer/Sources/OrthancGetRequestHandler.cpp @ 4806:753f87dac208

changed log levels
author Alain Mazy <am@osimis.io>
date Wed, 10 Nov 2021 15:29:35 +0100
parents b14989f9ff8b
children 70d2a97ca8cb 7053502fbf97
comparison
equal deleted inserted replaced
4805:0a38000b086d 4806:753f87dac208
495 const std::string& calledAet, 495 const std::string& calledAet,
496 uint32_t timeout) 496 uint32_t timeout)
497 { 497 {
498 MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_get_scp_duration_ms"); 498 MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_get_scp_duration_ms");
499 499
500 CLOG(WARNING, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\""; 500 CLOG(INFO, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\"";
501 501
502 { 502 {
503 DicomArray query(input); 503 DicomArray query(input);
504 for (size_t i = 0; i < query.GetSize(); i++) 504 for (size_t i = 0; i < query.GetSize(); i++)
505 { 505 {