]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Format fixed in Logs lines.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 May 2008 13:08:17 +0000 (13:08 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 May 2008 13:08:17 +0000 (13:08 +0000)
SHUTTLE/DCSClient/AliDCSClient.cxx

index a1456b0be55644d0ff361786f12e435764c6bb4c..bb8d3096de4c6f703c0b8e2ef403671118e18a43 100644 (file)
@@ -164,8 +164,8 @@ Bool_t AliDCSClient::Connect()
                        return kTRUE;
                }
 
                        return kTRUE;
                }
 
-               AliError(Form("%d *** Connection to AMANDA server failed! Tried <%d> times ...", tries+1));
-               if(tries<fRetries-1) AliInfo(Form("%d *** Waiting %d seconds before next retry.", sleeptime));
+               AliError(Form(" *** Connection to AMANDA server failed Tried <%d> times ...", tries+1));
+               if(tries<fRetries-1) AliInfo(Form(" *** Waiting %d seconds before next retry.", sleeptime));
 
                delete fSocket;
                fSocket = NULL;
 
                delete fSocket;
                fSocket = NULL;