Adjust language

This commit is contained in:
Owen
2026-03-03 20:34:56 -08:00
parent ed95f10fcc
commit db042e520e
3 changed files with 4 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ export async function buildTargetConfigurationForNewtClient(siteId: number) {
!target.hcMethod
) {
logger.debug(
`Skipping target ${target.targetId} due to missing health check fields`
`Skipping adding target health check ${target.targetId} due to missing health check fields`
);
return null; // Skip targets with missing health check fields
}