Fix missing error string format.

PiperOrigin-RevId: 281522547
Change-Id: Ibc0b9ae390ce73e3aceff5b38b6376432cb09416
This commit is contained in:
Revan Sopher 2019-11-20 08:09:25 -08:00 committed by TensorFlower Gardener
parent b646d41f69
commit fbe3749fe2

View File

@ -158,7 +158,7 @@ def shutdown_tpu_system(cluster_resolver=None):
tpu_name = compat.as_text(cluster_resolver._tpu) # pylint: disable=protected-access
if tpu_name not in _INITIALIZED_TPU_SYSTEMS:
logging.warning("You are shutting down a TPU system %s that has not been "
"initialized.")
"initialized." % tpu_name)
logging.info("Shutting down the TPU system: %s", tpu_name)