diff --git a/corsika/detail/framework/utility/CorsikaData.inl b/corsika/detail/framework/utility/CorsikaData.inl
index c60fcb063d6e1baf6a158426d29b938a76d58e46..0bfc369393c473be94f0d9d740db3b7994a33873 100644
--- a/corsika/detail/framework/utility/CorsikaData.inl
+++ b/corsika/detail/framework/utility/CorsikaData.inl
@@ -26,7 +26,7 @@ namespace corsika {
       fname = boost::filesystem::path(p) / key;
     }
     // LCOV_EXCL_STOP
-    CORSIKA_LOG_INFO("opening data file={} dir={}", fname, corsika::CORSIKA_DATA_DIR);
+    CORSIKA_LOG_INFO("opening data file={}", fname);
     return fname;
   }
 } // namespace corsika