# HG changeset patch # User am@osimis.io # Date 1531214970 -7200 # Node ID 1b4ba91fe795dfbaee857b829a7d16e575e71719 # Parent 73bc0c32547cc2056abe6f8a57c024a7c5e8f8d6 reduced verbosity of repetitive message diff -r 73bc0c32547c -r 1b4ba91fe795 OrthancServer/ServerContext.cpp --- 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 {