aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc
diff options
context:
space:
mode:
authorGravatar Peng Yu <peng.yu@shopify.com>2018-08-07 16:04:41 -0400
committerGravatar Peng Yu <peng.yu@shopify.com>2018-08-07 16:04:41 -0400
commit16c2b25e7e23fb1ac373cd2162ce18ca71e9b0a8 (patch)
treed369af99d89e2d0ec71ec38de40869e93fbb7a85 /tensorflow/cc
parent234c9a3fd3a430f25c604c42b457b72842375f30 (diff)
make the line shorter
Diffstat (limited to 'tensorflow/cc')
-rw-r--r--tensorflow/cc/saved_model/loader.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/cc/saved_model/loader.cc b/tensorflow/cc/saved_model/loader.cc
index a5eae97f6e..3830416159 100644
--- a/tensorflow/cc/saved_model/loader.cc
+++ b/tensorflow/cc/saved_model/loader.cc
@@ -170,7 +170,8 @@ Status RunRestore(const RunOptions& run_options, const string& export_dir,
variables_directory, MetaFilename(kSavedModelVariablesFilename));
if (!Env::Default()->FileExists(variables_index_path).ok()) {
LOG(INFO) << "The specified SavedModel has no variables; no checkpoints "
- "were restored. File does not exist: " << variables_index_path;
+ "were restored. File does not exist: "
+ << variables_index_path;
return Status::OK();
}
const string variables_path =