X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=EVE%2FEveHLT%2FAliEveHOMERManager.cxx;h=55c02e8ce3b44b9a455696187e626a9f981fc1e1;hp=5a714acdf65400c51e91fb9a540b51bd3fa80230;hb=703482d8a213b763d764024eda0ebd1751772f77;hpb=9e78371d181c0b5d26df93575f2a86efb4fa9ef9 diff --git a/EVE/EveHLT/AliEveHOMERManager.cxx b/EVE/EveHLT/AliEveHOMERManager.cxx index 5a714acdf65..55c02e8ce3b 100644 --- a/EVE/EveHLT/AliEveHOMERManager.cxx +++ b/EVE/EveHLT/AliEveHOMERManager.cxx @@ -99,10 +99,10 @@ Int_t AliEveHOMERManager::CreateEveSourcesListLoop() { break; else if (iResult == 1) { - HLTWarning( Form("Couldn't find active services, sleeping %d s\n", fRetryCount) ) ; + HLTWarning( Form("Couldn't find active services, sleeping %d s", fRetryCount) ) ; } else if (iResult == 2) { - HLTWarning( Form("Services List empty, sleeping %d s\n", fRetryCount) ) ; + HLTWarning( Form("Services List empty, sleeping %d s", fRetryCount) ) ; } else { HLTError( Form("Other problem ... \n") ); @@ -113,7 +113,7 @@ Int_t AliEveHOMERManager::CreateEveSourcesListLoop() { } if ( iResult ) { - HLTError( Form("Couldn't find active services.\n") ); + HLTWarning( Form("Couldn't find active services.") ); return iResult; } @@ -121,10 +121,10 @@ Int_t AliEveHOMERManager::CreateEveSourcesListLoop() { } //################################################################################## -Int_t AliEveHOMERManager::ConnectEVEtoHOMER() { +Int_t AliEveHOMERManager::ConnectEVEtoHOMER( TString detector ) { // see header file for class documentation fStateHasChanged = fSrcList->GetSelectedSources(); - return ConnectHOMER(); + return ConnectHOMER(detector); }