diff --git a/Framework/DataHandling/src/LoadHelper.cpp b/Framework/DataHandling/src/LoadHelper.cpp
index 772f128c230cef513a2d65b5fca654a575ddb8c2..41d090fcee30cce8844a13d5418a559cdde19641 100644
--- a/Framework/DataHandling/src/LoadHelper.cpp
+++ b/Framework/DataHandling/src/LoadHelper.cpp
@@ -248,10 +248,9 @@ void LoadHelper::recurseAndAddNexusFieldsToWsRun(NXhandle nxfileID,
               NX_OK) {
 
             g_log.debug() << indent_str << "Rank of " << property_name << " is "
-                          << rank << "\n"
-                          << indent_str << "Dimensions are " << dims[0] << ", "
-                          << dims[1] << ", " << dims[2] << ", " << dims[3]
-                          << "\n";
+                          << rank << "\n" << indent_str << "Dimensions are "
+                          << dims[0] << ", " << dims[1] << ", " << dims[2]
+                          << ", " << dims[3] << "\n";
 
             // Note, we choose to only build properties on small float arrays
             // filter logic is below