]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 09:20:49 +0000 (09:20 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Sun, 5 Sep 2010 09:20:49 +0000 (09:20 +0000)
kernel/src/bbtkFactory.cxx

index f118bef9b944060282cf9936ee7680c5c63b1e5e..6746746398a24ed4dcb826b4a101265c474320e8 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkFactory.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/04/28 22:19:59 $
-  Version:   $Revision: 1.48 $
+  Date:      $Date: 2010/09/05 09:20:49 $
+  Version:   $Revision: 1.49 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -780,6 +780,10 @@ namespace bbtk
     }
     else 
     {
+       printf(" \n",name.c_str());
+       printf(" ..BBTK ERROR.. package >>>%s<<< unknown\n",name.c_str());
+       printf("  Your have to configure your bbtk_config.xml\n");
+       printf("  to configure the correct path of the packages\n\n");
        bbtkDebugDecTab("kernel",9);
        bbtkError("package \""<<name<<"\" unknown");
     }