Skip to content
Snippets Groups Projects
Commit 4aa0f65e authored by Dmitry Romanov's avatar Dmitry Romanov
Browse files

Error message update

parent 916ea690
Branches
Tags
1 merge request!369Draft: Resolve "Testing CI for Alexander"
...@@ -64,7 +64,7 @@ namespace Jug::Digi { ...@@ -64,7 +64,7 @@ namespace Jug::Digi {
m_pidSvc = service("ParticleSvc"); m_pidSvc = service("ParticleSvc");
if (!m_pidSvc) { if (!m_pidSvc) {
error() << "Unable to locate Particle Service. " error() << "Unable to locate Particle Service! "
<< "Make sure you have ParticleSvc in the configuration." << "Make sure you have ParticleSvc in the configuration."
<< endmsg; << endmsg;
return StatusCode::FAILURE; return StatusCode::FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment