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

changed log levels
author Alain Mazy <am@osimis.io>
date Wed, 10 Nov 2021 15:29:35 +0100
parents c1f36fd13730
children 70d2a97ca8cb 7053502fbf97
comparison
equal deleted inserted replaced
4805:0a38000b086d 4806:753f87dac208
332 const std::string& calledAet, 332 const std::string& calledAet,
333 uint16_t originatorId) 333 uint16_t originatorId)
334 { 334 {
335 MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_move_scp_duration_ms"); 335 MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_move_scp_duration_ms");
336 336
337 CLOG(WARNING, DICOM) << "Move-SCU request received for AET \"" << targetAet << "\""; 337 CLOG(INFO, DICOM) << "Move-SCU request received for AET \"" << targetAet << "\"";
338 338
339 { 339 {
340 DicomArray query(input); 340 DicomArray query(input);
341 for (size_t i = 0; i < query.GetSize(); i++) 341 for (size_t i = 0; i < query.GetSize(); i++)
342 { 342 {