]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixing warnings
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 23:21:25 +0000 (23:21 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 8 Aug 2010 23:21:25 +0000 (23:21 +0000)
HLT/PHOS/AliHLTPHOSDigitMakerComponent.cxx

index ad1be59f0c3f9b9ec3c5f81606370d737816d6df..a59462ed9bc7cd581bb951958f441a7f0d6d740e 100644 (file)
@@ -265,7 +265,7 @@ int AliHLTPHOSDigitMakerComponent::GetBCMFromCDB()
        }
       else
        {
-           HLTError("can not fetch object \"%s\" from CDB", path.GetPath());
+           HLTError("can not fetch object \"%s\" from CDB", path.GetPath().Data());
            return -1;
        }
     }
@@ -290,7 +290,7 @@ int AliHLTPHOSDigitMakerComponent::GetGainsFromCDB()
        }
       else     
        {
-           HLTError("can not fetch object \"%s\" from CDB", path.GetPath());
+           HLTError("can not fetch object \"%s\" from CDB", path.GetPath().Data());
            return -1;
        }
     }