summaryrefslogtreecommitdiff
path: root/u/server/activity/health.ts
diff options
context:
space:
mode:
Diffstat (limited to 'u/server/activity/health.ts')
-rw-r--r--u/server/activity/health.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/u/server/activity/health.ts b/u/server/activity/health.ts
index 3b4a23a..95dfa97 100644
--- a/u/server/activity/health.ts
+++ b/u/server/activity/health.ts
@@ -46,7 +46,7 @@ export class HealthCheckActivityImpl implements IHealthCheckActivity {
return;
}
h.trace.trace(healthCheckMetric.failure);
- h.trace.addTrace(LogLevel.ERROR).trace(`${value}`);
+ h.trace.addTrace(LogLevel.ERROR).trace(value);
}),
),
)