comparison OrthancServer/ServerContext.cpp @ 2716:1b4ba91fe795 jobs

reduced verbosity of repetitive message
author am@osimis.io
date Tue, 10 Jul 2018 11:29:30 +0200
parents 3fc310ceb6d4
children 3a55b77339ff
comparison
equal deleted inserted replaced
2715:73bc0c32547c 2716:1b4ba91fe795
194 } 194 }
195 195
196 196
197 void ServerContext::SaveJobsEngine() 197 void ServerContext::SaveJobsEngine()
198 { 198 {
199 LOG(INFO) << "Serializing the content of the jobs engine"; 199 VLOG(1) << "Serializing the content of the jobs engine";
200 200
201 try 201 try
202 { 202 {
203 Json::Value value; 203 Json::Value value;
204 jobsEngine_.GetRegistry().Serialize(value); 204 jobsEngine_.GetRegistry().Serialize(value);