changeset 2939:577786f59252

reduced log level for failing job backup
author am@osimis.io
date Wed, 28 Nov 2018 14:48:14 +0100
parents d658f5785b7b
children 4767d36679ed e9613a09cf9e
files Core/JobsEngine/JobsRegistry.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
       }
     }