diff OrthancServer/Sources/OrthancRestApi/OrthancRestResources.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 a01b1c9cbef4
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Thu Nov 05 11:23:47 2020 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestResources.cpp	Thu Nov 05 11:43:32 2020 +0100
@@ -1351,12 +1351,12 @@
 
     if (ok)
     {
-      CLOG(INFO, REST) << "The attachment " << name << " of resource " << publicId << " has the right MD5";
+      CLOG(INFO, HTTP) << "The attachment " << name << " of resource " << publicId << " has the right MD5";
       call.GetOutput().AnswerBuffer("{}", MimeType_Json);
     }
     else
     {
-      CLOG(INFO, REST) << "The attachment " << name << " of resource " << publicId << " has bad MD5!";
+      CLOG(INFO, HTTP) << "The attachment " << name << " of resource " << publicId << " has bad MD5!";
     }
   }