diff --git a/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C b/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C
index 028070ce2c72c9cd69fe8726c9832134c93f4f86..e873481c8554de9a462b505fa9286e4dfb8f4371 100644
--- a/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C
+++ b/src/lagrangian/molecularDynamics/molecule/molecule/moleculeIO.C
@@ -70,8 +70,6 @@ Foam::molecule::molecule
         }
         else
         {
-            Pout<< "Binary readfields." << endl;
-
             is.read
             (
                 reinterpret_cast<char*>(&Q_),
diff --git a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H
index 7cde56b4ce9a72df337ef63ae3150b4ee394d7e9..ca095562cdf0bd86c03e0747e07c3ca576cfb8c7 100644
--- a/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H
+++ b/src/lagrangian/molecularDynamics/molecule/moleculeCloud/moleculeCloudI.H
@@ -303,8 +303,8 @@ inline bool Foam::moleculeCloud::evaluatePotentialLimit
                             << SMALL
                             << ": mag separation = " << rsIsJMag
                             << ". These may have been placed on top of each"
-                            << " other by a rounding error in molConfig in"
-                            << " parallel or a block filled with molecules "
+                            << " other by a rounding error in mdInitialise in"
+                            << " parallel or a block filled with molecules"
                             << " twice. Removing one of the molecules."
                             << endl;