changeset 2716:1b4ba91fe795 jobs

reduced verbosity of repetitive message
author am@osimis.io
date Tue, 10 Jul 2018 11:29:30 +0200
parents 73bc0c32547c
children bf77f58f3dee
files OrthancServer/ServerContext.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Mon Jul 09 13:02:56 2018 +0200
+++ b/OrthancServer/ServerContext.cpp	Tue Jul 10 11:29:30 2018 +0200
@@ -196,7 +196,7 @@
 
   void ServerContext::SaveJobsEngine()
   {
-    LOG(INFO) << "Serializing the content of the jobs engine";
+    VLOG(1) << "Serializing the content of the jobs engine";
     
     try
     {