From 328be55edf739f7a0e80b2a8c22306813ff35ed1 Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Fri, 3 Jul 2026 14:55:03 +0200 Subject: [PATCH] #3548 Clean bbtk boxes debug messages --- kernel/src/bbtkAtomicBlackBoxMacros.h | 4 ++-- kernel/src/bbtkBlackBox.cxx | 2 +- kernel/src/bbtkBlackBox.h | 7 ++++++ kernel/src/bbtkItkBlackBoxMacros.h | 4 ++-- kernel/src/bbtkObject.cxx | 2 -- kernel/src/bbtkVtkBlackBoxMacros.h | 4 ++-- packages/std/src/bbstdAddStringToVector.cxx | 25 +++++++++------------ packages/std/src/bbstdStringTo.h | 2 +- 8 files changed, 26 insertions(+), 24 deletions(-) diff --git a/kernel/src/bbtkAtomicBlackBoxMacros.h b/kernel/src/bbtkAtomicBlackBoxMacros.h index a57dc655..89a33cc7 100644 --- a/kernel/src/bbtkAtomicBlackBoxMacros.h +++ b/kernel/src/bbtkAtomicBlackBoxMacros.h @@ -158,10 +158,10 @@ public: \ inline void bbUserProcess() \ { \ - bbtkBlackBoxDebugMessage("process",1,"**> Processing..." \ + bbtkBlackBoxDebugMessage("process",1,"**> Start Processing..." \ <bbProcess(); diff --git a/kernel/src/bbtkBlackBox.h b/kernel/src/bbtkBlackBox.h index 77ebcab0..34652b2a 100644 --- a/kernel/src/bbtkBlackBox.h +++ b/kernel/src/bbtkBlackBox.h @@ -57,10 +57,17 @@ #include #include + +/* EED 2026-07-03 #define bbtkBlackBoxMessage(key,level,mess) \ bbtkMessage(key,level,"["< Processing..." \ + bbtkBlackBoxDebugMessage("process",1,"**> Start Processing..." \ < Processing..." \ + bbtkBlackBoxDebugMessage("process",1,"**> Start Processing..." \ <Update(); \ printf("EED Process %s\n", bbGetFullName().c_str() ); \ vtkIndent indent(2); \ mVtkObject->PrintSelf(std::cout, indent ); \ - bbtkBlackBoxDebugMessage("process",2,"<** Processing" \ + bbtkBlackBoxDebugMessage("process",2,"<** End Processing" \ <