Skip to content

Commit

Permalink
Change to warning for duplicated http options template (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Zhang <[email protected]>
  • Loading branch information
qiwzhang authored Oct 29, 2020
1 parent b471066 commit aa75c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api_manager/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ bool Config::AddOptionsMethodForAllUrls(ApiManagerEnvInterface *env,
for (auto url : all_urls) {
auto status = pmb->Register(http_options, url, std::string(), mi);
if (!status.ok()) {
env->LogError(std::string("Failed to add http options template: " +
status.message()));
env->LogWarning(std::string("Failed to add http options template: " +
status.message()));
}
}

Expand Down

0 comments on commit aa75c21

Please sign in to comment.