From 5ddb9a98ca674195d53c6461fe4b165692588ad8 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Tue, 29 Mar 2022 08:47:41 -0700 Subject: [PATCH] fixup! hydra-queue-runner: log message before and after exporter is started --- src/hydra-queue-runner/hydra-queue-runner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hydra-queue-runner/hydra-queue-runner.cc b/src/hydra-queue-runner/hydra-queue-runner.cc index 40babf33..c7d3b9b2 100644 --- a/src/hydra-queue-runner/hydra-queue-runner.cc +++ b/src/hydra-queue-runner/hydra-queue-runner.cc @@ -758,7 +758,7 @@ void State::run(BuildID buildOne) if (!lock) throw Error("hydra-queue-runner is already running"); - std::cout << "Starting the Prometheus exporter on port " << exposerPort << std::endl; + std::cout << "Starting the Prometheus exporter on port " << metricsPort << std::endl; /* Set up simple exporter, to show that we're still alive. */ std::string metricsAddress{"127.0.0.1"};