Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancGetRequestHandler.cpp Tue Nov 09 09:51:14 2021 +0100 +++ b/OrthancServer/Sources/OrthancGetRequestHandler.cpp Wed Nov 10 15:29:35 2021 +0100 @@ -497,7 +497,7 @@ { MetricsRegistry::Timer timer(context_.GetMetricsRegistry(), "orthanc_get_scp_duration_ms"); - CLOG(WARNING, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\""; + CLOG(INFO, DICOM) << "C-GET-SCU request received from AET \"" << originatorAet << "\""; { DicomArray query(input);