]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
corrected warning text only
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 18:13:48 +0000 (18:13 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 21 Dec 2000 18:13:48 +0000 (18:13 +0000)
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;