comparison 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
comparison
equal deleted inserted replaced
1110:b82b74d13830 1111:3730956f41a5
206 else 206 else
207 { 207 {
208 c = a / b; 208 c = a / b;
209 } 209 }
210 210
211 LOG(INFO) << "Oracle reading file: " << c.string(); 211 LOG(TRACE) << "Oracle reading file: " << c.string();
212 return c.string(); 212 return c.string();
213 } 213 }
214 214
215 215
216 static IMessage* Execute(const std::string& root, 216 static IMessage* Execute(const std::string& root,