]> Creatis software - bbtk.git/commitdiff
Commented the aborts launched at installation time.
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 13:14:37 +0000 (13:14 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 13:14:37 +0000 (13:14 +0000)
kernel/appli/bbRegenerateBoxesLists/bbRegenerateBoxesLists.cpp
kernel/appli/bbRegeneratePackageDoc/bbRegeneratePackageDoc.cpp

index c7acc64bdb027a2d6f5d55c2dd0398ed2220b985..198d7cd23da8756304ab5b645a3d8a350afd103f 100644 (file)
@@ -44,6 +44,7 @@ int main(int argc, char **argv)
     }
 
   // JGRR & CM : this kills this never-ending process, when it's supposed to.
+  std::cout << "bbRegenerateBoxesLists has finished normally. It will be aborted on purpose."<< std::endl; 
   abort();
   // EO JGRR & CM
   return 0;
index 1b6641418125d685b0530ebb3d75fd0f48557193..a3306d1ec69e77da9dd94cc464aef1085bac4e1d 100644 (file)
@@ -109,6 +109,7 @@ int main(int argc, char **argv)
       return 1;
     }
     // JGRR & CM : this kills this never-ending process when it's supposed to! 
+    std::cout << "bbRegeneratePackageDoc has finished normally. It will be aborted on purpose."<< std::endl; 
     abort();
     // EO JGRR CM
        return 0;