diff OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp @ 4294:0923247e69f6

log categories: rest -> http + added lua & jobs
author Alain Mazy <alain@mazy.be>
date Thu, 05 Nov 2020 11:43:32 +0100
parents 1661544ea94d
children 1263e727d048
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp	Thu Nov 05 11:23:47 2020 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestModalities.cpp	Thu Nov 05 11:43:32 2020 +0100
@@ -1587,7 +1587,7 @@
 
           for (size_t j = 0; j < orthancId.size(); j++)
           {
-            CLOG(INFO, REST) << "Storage commitment - Removing SOP instance UID / Orthanc ID: "
+            CLOG(INFO, HTTP) << "Storage commitment - Removing SOP instance UID / Orthanc ID: "
                              << sopInstanceUids[i] << " / " << orthancId[j];
 
             Json::Value tmp;