]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERProxyHandler.cxx
* Updated HOMERManager for AMORE functionality
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERProxyHandler.cxx
index f030e2ed961c079b00137323a11035bced6ea449..7ff8b98fd6b7ef91cd81c02dc5234f2cf42f34d6 100644 (file)
@@ -257,7 +257,7 @@ Int_t AliHLTHOMERProxyHandler::ProcessXmlRpcResponse() {
   TDOMParser xmlParser;
   xmlParser.SetValidate(kFALSE);
 
-  HLTInfo("XMLResponse:\n %s",fXmlRpcResponse.Data());
+  HLTDebug("XMLResponse:\n %s",fXmlRpcResponse.Data());
 
   iResult = xmlParser.ParseBuffer(fXmlRpcResponse.Data(), fXmlRpcResponse.Length());
   if ( iResult < 0 ) {
@@ -280,7 +280,7 @@ Int_t AliHLTHOMERProxyHandler::ProcessXmlRpcResponse() {
   // -- Get Content
   TString xmlContent(node->GetText() );
 
-  HLTInfo("XMLContent:\n %s",xmlContent.Data());
+  HLTDebug("XMLContent:\n %s",xmlContent.Data());
 
   iResult = xmlParser.ParseBuffer(xmlContent.Data(), xmlContent.Length());
   if ( iResult < 0 ) {
@@ -384,7 +384,7 @@ Int_t AliHLTHOMERProxyHandler::AddService(TXMLNode *innerNode) {
   // ----------------------
 
   AliHLTHOMERSourceDesc * source = new AliHLTHOMERSourceDesc();
-  source->SetService( hostname, port, dataType, dataOrigin, dataSpecification );
+  source->SetService( hostname, port, dataOrigin, dataType, dataSpecification );
 
   fSourceList->Add( source );