--- yodaUtility/YodaProfiler/YodaProfiler.cpp 2006/06/06 07:39:45 1.1 +++ yodaUtility/YodaProfiler/YodaProfiler.cpp 2006/06/10 18:07:03 1.2 @@ -172,12 +172,12 @@ cout << "Eccezione! " << exc.print() << "\n" ; } - + //------------------------------------------------------------------------------------------- //Generate the Registry files for a single unpack //------------------------------------------------------------------------------------------- try { - PamelaDBOperations::createPamelaRegistry(sqlServer, rawPathName, rawFileName, false); + PamelaDBOperations::createPamelaRegistry(sqlServer, rawPathName, rawFileName, true); } catch (YException exc) { cout << "Eccezione! " << exc.print() << "\n" ; }