From: acolla Date: Fri, 14 Dec 2007 19:31:36 +0000 (+0000) Subject: Sending email to DCS experts is temporarily commented X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b5f1c82e3e379712ea6385fbe24ff7c1b2f7a246;hp=dad68effa52c58673359f7927dc791bc8bfb61a8 Sending email to DCS experts is temporarily commented --- 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;