From 8a9409216c62ad76d7f71fd4201805e58df1b07d Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Thu, 21 Jan 2021 22:48:11 +0800
Subject: [PATCH] Fix typo.

---
 Simulation/DetSimCore/src/DetSimAlg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Simulation/DetSimCore/src/DetSimAlg.cpp b/Simulation/DetSimCore/src/DetSimAlg.cpp
index ae8d5506..29e32f62 100644
--- a/Simulation/DetSimCore/src/DetSimAlg.cpp
+++ b/Simulation/DetSimCore/src/DetSimAlg.cpp
@@ -39,7 +39,7 @@ DetSimAlg::initialize() {
 
     info() << "Random Seed is initialized to "
            << G4Random::getTheSeed()
-           << " in Geant4" << std::endl;
+           << " in Geant4" << endmsg;
 
     m_detsimsvc = service("DetSimSvc");
     if (!m_detsimsvc) {
-- 
GitLab