diff --git a/CEP/DP3/DPPP/src/NDPPP.cc b/CEP/DP3/DPPP/src/NDPPP.cc
index 88b754d4574d110aba1509ab52c3097d6719c172..5652c6c38ab579ea15edaa698ecc3352d20e74be 100644
--- a/CEP/DP3/DPPP/src/NDPPP.cc
+++ b/CEP/DP3/DPPP/src/NDPPP.cc
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
   try
   {
     TEST_SHOW_VERSION (argc, argv, DPPP);
-    INIT_LOGGER(basename(string("DPPP")));
+    INIT_LOGGER("DPPP");
     // Get the name of the parset file.
     if (argc>1 && (
           string(argv[1])=="--help" ||