mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Management framework: add a helper for rendering result vectors to a string
This commit is contained in:
parent
d367f1bad9
commit
a2525e44ba
3 changed files with 17 additions and 10 deletions
|
@ -695,7 +695,8 @@ event Management::Agent::API::notify_log(instance: string, msg: string, node: st
|
|||
|
||||
event Management::Agent::API::deploy_response(reqid: string, results: Management::ResultVec)
|
||||
{
|
||||
Management::Log::info(fmt("rx Management::Agent::API::deploy_response %s", reqid));
|
||||
Management::Log::info(fmt("rx Management::Agent::API::deploy_response %s %s",
|
||||
reqid, Management::result_vec_to_string(results)));
|
||||
|
||||
# Retrieve state for the request we just got a response to
|
||||
local areq = Management::Request::lookup(reqid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue