Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/v/redpanda/admin/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ admin_server::put_license_handler(std::unique_ptr<ss::http::request> req) {
/// Loaded license is idential to license in request, do
/// nothing and return 200(OK) for idempotence
vlog(
adminlog.info,
adminlog.debug,
"Attempted to load identical license, doing nothing: {}",
license);
co_return ss::json::json_void();
Expand Down
Loading