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