aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/mod-ci.cxx4
1 files 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<size_t> (hints.single_package_version) << ' '
- << static_cast<size_t> (hints.single_package_config);});
+ << hints.single_package_version << ' '
+ << hints.single_package_config;});
return [&bs, initial_state] (const tenant_service& ts)
{