88// granted to it by virtue of its status as an Intergovernmental Organization
99// or submit itself to any jurisdiction.
1010
11- // access class to a DataBase in an AliEn storage //
11+ // access class to a DataBase in an AliEn storage //
1212
1313#include " CCDB/GridStorage.h"
1414#include < FairLogger.h> // for LOG
@@ -1200,18 +1200,18 @@ void GridStorage::makeQueryFilter(Int_t firstRun, Int_t lastRun, const Condition
12001200
12011201 result = Form (" CDB:first_run<=%d and CDB:last_run>=%d" , firstRun, lastRun);
12021202
1203- // if(version >= 0) {
1204- // result += Form(" and CDB:version=%d", version);
1205- // }
1206- // if(pathFilter.getLevel0() != "*") {
1207- // result += Form(" and CDB:path_level_0=\"%s\"", pathFilter.getLevel0().Data());
1208- // }
1209- // if(pathFilter.getLevel1() != "*") {
1210- // result += Form(" and CDB:path_level_1=\"%s\"", pathFilter.getLevel1().Data());
1211- // }
1212- // if(pathFilter.getLevel2() != "*") {
1213- // result += Form(" and CDB:path_level_2=\"%s\"", pathFilter.getLevel2().Data());
1214- // }
1203+ // if(version >= 0) {
1204+ // result += Form(" and CDB:version=%d", version);
1205+ // }
1206+ // if(pathFilter.getLevel0() != "*") {
1207+ // result += Form(" and CDB:path_level_0=\"%s\"", pathFilter.getLevel0().Data());
1208+ // }
1209+ // if(pathFilter.getLevel1() != "*") {
1210+ // result += Form(" and CDB:path_level_1=\"%s\"", pathFilter.getLevel1().Data());
1211+ // }
1212+ // if(pathFilter.getLevel2() != "*") {
1213+ // result += Form(" and CDB:path_level_2=\"%s\"", pathFilter.getLevel2().Data());
1214+ // }
12151215
12161216 if (md) {
12171217 if (md->getObjectClassName ()[0 ] != ' \0 ' ) {
@@ -1235,7 +1235,7 @@ void GridStorage::makeQueryFilter(Int_t firstRun, Int_t lastRun, const Condition
12351235
12361236// ///////////////////////////////////////////////////////////////////////////////////////////////
12371237// //
1238- // GridStorage factory //
1238+ // GridStorage factory //
12391239// //
12401240// ///////////////////////////////////////////////////////////////////////////////////////////////
12411241
@@ -1335,10 +1335,10 @@ StorageParameters *GridStorageFactory::createStorageParameter(const char *gridSt
13351335 delete arr;
13361336 arr = nullptr ;
13371337
1338- LOG (DEBUG) << " gridUrl: " << gridUrl.Data () << FairLogger::endl;
1339- LOG (DEBUG) << " user: " << user.Data () << FairLogger::endl;
1340- LOG (DEBUG) << " dbFolder: " << dbFolder.Data () << FairLogger::endl;
1341- LOG (DEBUG) << " s.e.: " << se.Data () << FairLogger::endl;
1338+ LOG (DEBUG) << " gridUrl: " << gridUrl.Data () << FairLogger::endl;
1339+ LOG (DEBUG) << " user: " << user.Data () << FairLogger::endl;
1340+ LOG (DEBUG) << " dbFolder: " << dbFolder.Data () << FairLogger::endl;
1341+ LOG (DEBUG) << " s.e.: " << se.Data () << FairLogger::endl;
13421342 LOG (DEBUG) << " local cache folder: " << cacheFolder.Data () << FairLogger::endl;
13431343 LOG (DEBUG) << " local cache operate disconnected: " << operateDisconnected << FairLogger::endl;
13441344 LOG (DEBUG) << " local cache size: " << cacheSize << " " << FairLogger::endl;
0 commit comments