diff Framework/Oracle/GenericOracleRunner.cpp @ 1111:3730956f41a5 broker

ParseDicomFileCommand::GetDicomDirPath()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Oct 2019 18:38:26 +0100
parents b82b74d13830
children a08699daf78b
line wrap: on
line diff
--- a/Framework/Oracle/GenericOracleRunner.cpp	Thu Oct 31 15:05:46 2019 +0100
+++ b/Framework/Oracle/GenericOracleRunner.cpp	Thu Oct 31 18:38:26 2019 +0100
@@ -208,7 +208,7 @@
       c = a / b;
     }
 
-    LOG(INFO) << "Oracle reading file: " << c.string();
+    LOG(TRACE) << "Oracle reading file: " << c.string();
     return c.string();
   }