Mercurial > hg > orthanc
diff OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp @ 4268:0ae2ca210077
new macro TLOG() to replace VLOG() for trace logs with a category
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Nov 2020 14:48:15 +0100 |
parents | 4d42408da117 |
children | b30a8de92ad9 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Sun Nov 01 12:43:18 2020 +0100 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Mon Nov 02 14:48:15 2020 +0100 @@ -280,7 +280,7 @@ } else { - VLOG(1) << "Job backup is not supported for job of type: " << jobType_; + LOG(TRACE) << "Job backup is not supported for job of type: " << jobType_; return false; } }