diff --git a/trainer.h b/trainer.h
index 39b55eb8e522df3a98e4f05b4432db7ee240d090..ee6981288ef18721ed4eab01c6a86d09f35d4271 100644
--- a/trainer.h
+++ b/trainer.h
@@ -409,6 +409,7 @@ class MPI_Trainer_HOST: public MPI_Trainer {
         count++;
       }
       else {
+        std::cout << "HOST release_tag(count) WAIT_TAG" << std::endl;
         MPI_Send (0, 0, MPI_INT, worker, 
             MPI_Trainer::WAIT_TAG, MPI_COMM_WORLD);
       }