From: ivana Date: Thu, 21 Dec 2000 18:13:48 +0000 (+0000) Subject: corrected warning text only X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=1f3abc30662e452d5be96f91aa6b43611e482a07;p=u%2Fmrichter%2FAliRoot.git corrected warning text only --- diff --git a/TGeant4/TG4IntMap.cxx b/TGeant4/TG4IntMap.cxx index b0987d3d66d..0dcd5b3c9b0 100644 --- a/TGeant4/TG4IntMap.cxx +++ b/TGeant4/TG4IntMap.cxx @@ -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;