Hardware reporting now covers all nodes
[alexxy/gromacs.git] / src / gromacs / gmxlib / main.cpp
index 5286b27d0d0058d03d272149b773ba5984c0bc82..28644ba909b177380e0626b35ef3743a09968b46 100644 (file)
@@ -255,7 +255,7 @@ void gmx_log_open(const char *lognm, const t_commrec *cr,
         gmx::printBinaryInformation(fp, gmx::getProgramContext(), settings);
     }
     GMX_CATCH_ALL_AND_EXIT_WITH_FATAL_ERROR;
-    fprintf(fp, "\n\n");
+    fprintf(fp, "\n");
 
     fflush(fp);
     debug_gmx();