]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Sending email to DCS experts is temporarily commented
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Dec 2007 19:31:36 +0000 (19:31 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Dec 2007 19:31:36 +0000 (19:31 +0000)
SHUTTLE/AliShuttle.cxx

index 5a064fe971f1cbe5cec781742413f7d27f91d4ad..b53b2396250d94e55929e101155dd380981cf9a0 100644 (file)
@@ -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;