Skip to content

Commit

Permalink
change LOgInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Feb 2, 2018
1 parent 961b06f commit bf10d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimG4Core/MagneticField/src/FieldStepper.cc
Expand Up @@ -50,10 +50,10 @@ G4MagIntegratorStepper * FieldStepper::select(const std::string & ss)
else
{
edm::LogWarning("SimG4CoreMagneticField")
<< " FieldStepper invalid choice, defaulting to G4ClassicalRK4 ";
<< " FieldStepper <" << ss << "> is not known, defaulting to G4ClassicalRK4 ";
theStepper = new G4ClassicalRK4(theEquation);
}
edm::LogWarning("SimG4CoreMagneticField")
<< "### FieldStepper <" << ss << ">";
edm::LogInfo("SimG4CoreMagneticField")
<< "### FieldStepper: <" << ss << ">";
return theStepper;
}

0 comments on commit bf10d06

Please sign in to comment.