diff Framework/Volumes/ImageBuffer3D.cpp @ 1105:640feb146fa8 toa2019102801

Code formatting (dummyc) + log level (dummyc)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 28 Oct 2019 11:13:48 +0100
parents 32eaf4929b08
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.cpp	Sat Oct 26 11:35:41 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.cpp	Mon Oct 28 11:13:48 2019 +0100
@@ -118,7 +118,7 @@
     computeRange_(computeRange),
     hasRange_(false)
   {
-    LOG(INFO) << "Created a 3D image of size " << width << "x" << height
+    LOG(TRACE) << "Created a 3D image of size " << width << "x" << height
               << "x" << depth << " in " << Orthanc::EnumerationToString(format)
               << " (" << (GetEstimatedMemorySize() / (1024ll * 1024ll)) << "MB)";
   }