From 6eb78b1e845620a56990b415fdf50a25594ea445 Mon Sep 17 00:00:00 2001 From: Harvey Tuch Date: Thu, 21 Jun 2018 14:09:53 -0400 Subject: Additional whitespace. Signed-off-by: Harvey Tuch --- src/google/protobuf/util/json_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/util/json_util.cc b/src/google/protobuf/util/json_util.cc index dd8c6111..9ad073d8 100644 --- a/src/google/protobuf/util/json_util.cc +++ b/src/google/protobuf/util/json_util.cc @@ -127,7 +127,7 @@ class StatusErrorListener : public converter::ErrorListener { virtual void InvalidName(const converter::LocationTrackerInterface& loc, StringPiece unknown_name, StringPiece message) { status_ = util::Status(util::error::INVALID_ARGUMENT, - loc.ToString() + ":invalid name " + + loc.ToString() + ": invalid name " + string(unknown_name) + ": " + string(message)); } -- cgit v1.2.3