From b66a7adc8e054898b73da816d1d6332f7a578fdf Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Sat, 17 Jun 2017 02:09:28 +0200
Subject: [PATCH] Namespace re-organisation

---
 DDAlign/src/plugins/GlobalAlignmentParser.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDAlign/src/plugins/GlobalAlignmentParser.cpp b/DDAlign/src/plugins/GlobalAlignmentParser.cpp
index 6de513582..60d273169 100644
--- a/DDAlign/src/plugins/GlobalAlignmentParser.cpp
+++ b/DDAlign/src/plugins/GlobalAlignmentParser.cpp
@@ -248,7 +248,7 @@ static long setup_Alignment(Detector& description, const xml_h& e) {
   }
   if ( !GlobalAlignmentStack::exists() )  {
     printout(ERROR,"GlobalAlignment","Request process global alignments without cache.");
-    printout(ERROR,"GlobalAlignment","Call plugin dd4hep_GlobalAlignmentInstall first OR add XML tag <open_transaction/>");
+    printout(ERROR,"GlobalAlignment","Call plugin DD4hep_GlobalAlignmentInstall first OR add XML tag <open_transaction/>");
     except("GlobalAlignment","Request process global alignments without cache.");
   }
   GlobalAlignmentStack& stack = GlobalAlignmentStack::get();
-- 
GitLab