From b5f1c82e3e379712ea6385fbe24ff7c1b2f7a246 Mon Sep 17 00:00:00 2001 From: acolla Date: Fri, 14 Dec 2007 19:31:36 +0000 Subject: [PATCH] Sending email to DCS experts is temporarily commented --- SHUTTLE/AliShuttle.cxx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SHUTTLE/AliShuttle.cxx b/SHUTTLE/AliShuttle.cxx index 5a064fe971f..b53b2396250 100644 --- a/SHUTTLE/AliShuttle.cxx +++ b/SHUTTLE/AliShuttle.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.72 2007/12/13 15:44:28 acolla +Run type added in mail sent to detector expert (eases understanding) + Revision 1.71 2007/12/12 14:56:14 jgrosseo sending shuttle_ignore to ML also in case of 0 events @@ -1848,8 +1851,8 @@ Bool_t AliShuttle::ProcessCurrentDetector() " Sending mail to DCS experts!", host.Data())); UpdateShuttleStatus(AliShuttleStatus::kDCSError); - if (!SendMailToDCS()) - Log("SHUTTLE", Form("ProcessCurrentDetector - Could not send mail to DCS experts!")); + //if (!SendMailToDCS()) + // Log("SHUTTLE", Form("ProcessCurrentDetector - Could not send mail to DCS experts!")); delete dcsMap; return kFALSE; @@ -1869,8 +1872,8 @@ Bool_t AliShuttle::ProcessCurrentDetector() " Sending mail to DCS experts!", host.Data())); UpdateShuttleStatus(AliShuttleStatus::kDCSError); - if (!SendMailToDCS()) - Log("SHUTTLE", Form("ProcessCurrentDetector - Could not send mail to DCS experts!")); + //if (!SendMailToDCS()) + // Log("SHUTTLE", Form("ProcessCurrentDetector - Could not send mail to DCS experts!")); if (aliasMap) delete aliasMap; delete dcsMap; -- 2.31.1