]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkObject.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkObject.cxx
index be8b07d6b5642160111a6289e38aebfb87507166..8066f7e610665d5f552e717020d16c950f14b45d 100644 (file)
@@ -190,14 +190,17 @@ namespace bbtk
     if (Object::GetObjectsCount()>0)
       {
        std::cout << std::endl;
-       std::cout << "************************ WARNING ********************"
+       std::cout << "**************************** WARNING ********************"
                  <<std::endl;
        std::cout << "**** "<< Object::GetObjectsCount()
                  <<" bbtk objects still alive after main ended"<<std::endl;
        std::cout << "**** "
-                 <<"Rerun with -M option to view the object list "
+                 <<"Rerun bbi with -M option or put 'object -S' in bbs file"
                  <<std::endl;
-       std::cout << "*****************************************************"
+       std::cout << "**** "
+                 <<"to view the object list "
+                 <<std::endl;
+       std::cout << "*********************************************************"
                  <<std::endl;
 
      }