Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Klein <mklein@lyft.com>
  • Loading branch information
mattklein123 committed Jun 3, 2019
1 parent 9b97f77 commit b2b166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/config/utility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ bool Utility::allowDeprecatedV1Config(Runtime::Loader& runtime, const Json::Obje
return false;
}

const char error[] =
constexpr char error[] =
"Using deprecated v1 JSON config load via 'deprecated_v1: true'. This configuration will "
"be removed from Envoy soon. Please see "
"https://www.envoyproxy.io/docs/envoy/latest/intro/deprecated for details.";
Expand Down

0 comments on commit b2b166b

Please sign in to comment.