Skip to content
Snippets Groups Projects
Commit 668ab620 authored by Michael Davis's avatar Michael Davis
Browse files

[EOS-CTA] Adds log context parameter to deleteArchive()

parent 7983f893
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ static void requestProcDELETE(cta::Scheduler &scheduler, cta::log::LogContext &l
// Queue the request
cta::utils::Timer t;
scheduler.deleteArchive(client.name, request);
scheduler.deleteArchive(client.name, request, lc);
// Create a log entry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment