From cb03e6c1fdffb74ec310f92b89c05d4757a2792f Mon Sep 17 00:00:00 2001 From: acolla Date: Wed, 24 Oct 2007 10:44:08 +0000 Subject: [PATCH] debug AliInfo removed --- SHUTTLE/AliShuttleConfig.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SHUTTLE/AliShuttleConfig.cxx b/SHUTTLE/AliShuttleConfig.cxx index 200f7eea399..1e8233b8b6f 100644 --- a/SHUTTLE/AliShuttleConfig.cxx +++ b/SHUTTLE/AliShuttleConfig.cxx @@ -15,6 +15,11 @@ /* $Log$ +Revision 1.23 2007/09/28 15:27:40 acolla + +AliDCSClient "multiSplit" option added in the DCS configuration +in AliDCSMessage: variable MAX_BODY_SIZE set to 500000 + Revision 1.22 2007/09/27 16:53:13 acolla Detectors can have more than one AMANDA server. SHUTTLE queries the servers sequentially, merges the dcs aliases/DPs in one TMap and sends it to the preprocessor. @@ -1209,8 +1214,6 @@ void AliShuttleConfig::Print(Option_t* option) const TIter iter(fDetectorMap.GetTable()); TPair* aPair = 0; - AliInfo(Form("Option = %s", option)); - while ((aPair = (TPair*) iter.Next())) { AliShuttleDetConfigHolder* aHolder = (AliShuttleDetConfigHolder*) aPair->Value(); if (optStr != "" && !optStr.Contains(aHolder->GetDetector()) && -- 2.43.0