aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index 09156f2..80ff475 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -85,7 +85,7 @@ bootstrap_machine (const dir_path& md,
const machine_manifest& mm,
optional<bootstrapped_machine_manifest> obmm)
{
- tracer trace ("bootstrap_machine");
+ tracer trace ("bootstrap_machine", md.string ().c_str ());
bootstrapped_machine_manifest r {
mm,
@@ -252,7 +252,7 @@ static pair<bootstrapped_machine_manifests, dir_paths>
enumerate_machines (const dir_path& machines)
try
{
- tracer trace ("enumerate_machines");
+ tracer trace ("enumerate_machines", machines.string ().c_str ());
bootstrapped_machine_manifests rm;
dir_paths rd;
@@ -544,7 +544,7 @@ perform_task (const dir_path& md,
const task_manifest& tm)
try
{
- tracer trace ("perform_task");
+ tracer trace ("perform_task", md.string ().c_str ());
result_manifest r {
tm.name,