diff Framework/Volumes/ImageBuffer3D.cpp @ 671:28dca6cd827b

Merge default
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 15 May 2019 18:39:50 +0200
parents e9339f2b5de7
children dbc1d8bfc68a
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.cpp	Wed May 15 18:29:42 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.cpp	Wed May 15 18:39:50 2019 +0200
@@ -118,8 +118,9 @@
   {
     LinearAlgebra::AssignVector(voxelDimensions_, 1, 1, 1);
 
-    LOG(INFO) << "Created an image of "
-              << (GetEstimatedMemorySize() / (1024ll * 1024ll)) << "MB";
+    LOG(INFO) << "Created a 3D image of size " << width << "x" << height
+              << "x" << depth << " in " << Orthanc::EnumerationToString(format)
+              << " (" << (GetEstimatedMemorySize() / (1024ll * 1024ll)) << "MB)";
   }