mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Management framework: minor log formatting tweak, for consistency
This commit is contained in:
parent
7a471df1a1
commit
ccf3c24e23
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ event Management::Controller::API::notify_agents_ready(instances: set[string])
|
||||||
local insts = Management::Util::set_to_vector(instances);
|
local insts = Management::Util::set_to_vector(instances);
|
||||||
|
|
||||||
Management::Log::info(fmt("rx Management::Controller::API:notify_agents_ready %s",
|
Management::Log::info(fmt("rx Management::Controller::API:notify_agents_ready %s",
|
||||||
join_string_vec(insts, ",")));
|
join_string_vec(insts, ", ")));
|
||||||
|
|
||||||
local req = Management::Request::lookup(g_config_reqid_pending);
|
local req = Management::Request::lookup(g_config_reqid_pending);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue