Skip to content

Commit

Permalink
build: Update spdlog to 1.6.1 (#11844)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
  • Loading branch information
vadorovsky authored Jul 7, 2020
1 parent 1cd568c commit d087601
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ DEPENDENCY_REPOSITORIES = dict(
cpe = "N/A",
),
com_github_gabime_spdlog = dict(
sha256 = "afd18f62d1bc466c60bef088e6b637b0284be88c515cedc59ad4554150af6043",
strip_prefix = "spdlog-1.4.0",
urls = ["https://github.com/gabime/spdlog/archive/v1.4.0.tar.gz"],
sha256 = "378a040d91f787aec96d269b0c39189f58a6b852e4cbf9150ccfacbe85ebbbfc",
strip_prefix = "spdlog-1.6.1",
urls = ["https://github.com/gabime/spdlog/archive/v1.6.1.tar.gz"],
use_category = ["observability"],
cpe = "N/A",
),
Expand Down
3 changes: 3 additions & 0 deletions source/extensions/filters/http/lua/lua_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,9 @@ void Filter::scriptLog(spdlog::level::level_enum level, const char* message) {
return;
case spdlog::level::off:
NOT_IMPLEMENTED_GCOVR_EXCL_LINE;
return;
case spdlog::level::n_levels:
NOT_REACHED_GCOVR_EXCL_LINE;
}
}

Expand Down

0 comments on commit d087601

Please sign in to comment.