diff --git a/dune/common/parallel/remoteindices.hh b/dune/common/parallel/remoteindices.hh
index 9930fccf68d4f2aac059e7f11bd475d78a768901..b055c80d552092c1196f12f2c38ff12c5507339d 100644
--- a/dune/common/parallel/remoteindices.hh
+++ b/dune/common/parallel/remoteindices.hh
@@ -1221,8 +1221,8 @@ namespace Dune {
 
     if(neighbourIds.size()==0)
     {
-      std::cout<<rank<<": Sending messages in a ring"<<std::endl;
-      // send mesages in ring
+      Dune::dvverb<<rank<<": Sending messages in a ring"<<std::endl;
+      // send messages in ring
       for(int proc=1; proc<procs; proc++) {
         // pointers to the current input and output buffers
         char* p_out = buffer[1-(proc%2)];