Mercurial > hg > orthanc
diff Core/JobsEngine/JobsRegistry.cpp @ 2939:577786f59252
reduced log level for failing job backup
author | am@osimis.io |
---|---|
date | Wed, 28 Nov 2018 14:48:14 +0100 |
parents | 251614c2edac |
children | dc18d5804746 |
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.cpp Wed Nov 28 14:37:17 2018 +0100 +++ b/Core/JobsEngine/JobsRegistry.cpp Wed Nov 28 14:48:14 2018 +0100 @@ -292,7 +292,7 @@ } else { - LOG(INFO) << "Job backup is not supported for job of type: " << jobType_; + VLOG(1) << "Job backup is not supported for job of type: " << jobType_; return false; } }