diff Framework/Volumes/ImageBuffer3D.cpp @ 673:3f13f7f1b55d am-dev

merge default -> am-dev
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 09:11:14 +0200
parents e9339f2b5de7
children dbc1d8bfc68a
line wrap: on
line diff
--- a/Framework/Volumes/ImageBuffer3D.cpp	Tue May 14 18:24:12 2019 +0200
+++ b/Framework/Volumes/ImageBuffer3D.cpp	Thu May 16 09:11:14 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)";
   }