diff --git a/tensorflow_serving/model_servers/main.cc b/tensorflow_serving/model_servers/main.cc
index f7be15c2bd8..7755184793d 100644
--- a/tensorflow_serving/model_servers/main.cc
+++ b/tensorflow_serving/model_servers/main.cc
@@ -59,6 +59,7 @@ limitations under the License.
 #include "tensorflow/core/tpu/tpu_global_init.h"
 
 void InitializeTPU(tensorflow::serving::main::Server::Options& server_options) {
+  std::cout << "Initializing TPU system.";
   std::cout << "Initializing TPU system.";
   tensorflow::tpu::TopologyProto tpu_topology;
   TF_QCHECK_OK(tensorflow::InitializeTPUSystemGlobally(