Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4267:a20928107a90 | 4268:0ae2ca210077 |
---|---|
278 target[RUNTIME] = static_cast<unsigned int>(runtime_.total_milliseconds()); | 278 target[RUNTIME] = static_cast<unsigned int>(runtime_.total_milliseconds()); |
279 return true; | 279 return true; |
280 } | 280 } |
281 else | 281 else |
282 { | 282 { |
283 VLOG(1) << "Job backup is not supported for job of type: " << jobType_; | 283 LOG(TRACE) << "Job backup is not supported for job of type: " << jobType_; |
284 return false; | 284 return false; |
285 } | 285 } |
286 } | 286 } |
287 | 287 |
288 JobHandler(IJobUnserializer& unserializer, | 288 JobHandler(IJobUnserializer& unserializer, |