diff options
-rw-r--r-- | bbot/agent.cxx | 2 | ||||
-rw-r--r-- | bbot/worker.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx index 3ebbd2d..731a172 100644 --- a/bbot/agent.cxx +++ b/bbot/agent.cxx @@ -831,7 +831,7 @@ try { diag_record dr; - dr << info << "bbot agent " << BBOT_VERSION_STR << + dr << info << "bbot agent " << BBOT_VERSION_ID << info << "toolchain name " << tc_name << info << "toolchain num " << tc_num << info << "toolchain id " << tc_id << diff --git a/bbot/worker.cxx b/bbot/worker.cxx index acfff29..1d3e43e 100644 --- a/bbot/worker.cxx +++ b/bbot/worker.cxx @@ -560,7 +560,7 @@ try if (ops.systemd_daemon ()) { - info << "bbot worker " << BBOT_VERSION_STR; + info << "bbot worker " << BBOT_VERSION_ID; } // Figure out our path (used for re-exec). |