From 14e2fdd4fc5515e960081d29a0b33ad17471f074 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Mar 2024 12:41:34 +0300 Subject: Drop redundant casts for tracing booleans in brep::ci::build_queued() --- mod/mod-ci.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/mod-ci.cxx b/mod/mod-ci.cxx index c067f70..5974d45 100644 --- a/mod/mod-ci.cxx +++ b/mod/mod-ci.cxx @@ -400,8 +400,8 @@ build_queued (const tenant_service&, l2 ([&]{trace << "initial_state: " << (initial_state ? to_string (*initial_state) : "none") << ", hints " - << static_cast (hints.single_package_version) << ' ' - << static_cast (hints.single_package_config);}); + << hints.single_package_version << ' ' + << hints.single_package_config;}); return [&bs, initial_state] (const tenant_service& ts) { -- cgit v1.1