From f399b5aa3d730ca3e261a5969ffb778656162108 Mon Sep 17 00:00:00 2001
From: Ger van Diepen <diepen@astron.nl>
Date: Thu, 5 Jan 2012 10:40:47 +0000
Subject: [PATCH] Task #2988 Fixed compile error on lfe cluster

---
 CEP/DP3/DPPP/src/MSReader.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CEP/DP3/DPPP/src/MSReader.cc b/CEP/DP3/DPPP/src/MSReader.cc
index 1ebb4dc7a29..e0b9b5b4d0f 100644
--- a/CEP/DP3/DPPP/src/MSReader.cc
+++ b/CEP/DP3/DPPP/src/MSReader.cc
@@ -25,6 +25,7 @@
 #include <DPPP/MSReader.h>
 #include <DPPP/DPBuffer.h>
 #include <DPPP/DPInfo.h>
+#include <DPPP/DPLogger.h>
 #include <DPPP/ParSet.h>
 #include <Common/LofarLogger.h>
 #include <tables/Tables/TableRecord.h>
@@ -77,7 +78,8 @@ namespace LOFAR {
       itsSelBL            = parset.getString (prefix+"baseline", string());
       // Try to open the MS and get its full name.
       if (itsMissingData  &&  !Table::isReadable (msName)) {
-        LOG_WARN ("MeasurementSet " << msName << " not found; dummy data used");
+        DPLOG_WARN_STR ("MeasurementSet " << msName
+			<< " not found; dummy data used");
         return;
       }
       itsMS = MeasurementSet (msName, TableLock::AutoNoReadLocking);
-- 
GitLab