]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4IntMap.cxx
corrected warning text only
[u/mrichter/AliRoot.git] / TGeant4 / TG4IntMap.cxx
index b0987d3d66dd8b656647ae9d185a8e739ae2b67d..0dcd5b3c9b02ded7c9b5e1b20795791885206ad2 100644 (file)
@@ -74,7 +74,7 @@ G4int TG4IntMap::GetSecond(const G4String& name)
 
   IntMapIterator i = fMap.find(name);
   if (i == fMap.end()) {
-    G4String text = "G4IntMap::GetSecond: ";
+    G4String text = "   TG4IntMap::GetSecond: ";
     text = text + name + " is not defined.";
     TG4Globals::Warning(text);
     return 0;