From 3d794d25700624d56d4dbb41be35e0260f5a3854 Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 3 Jun 2024 16:43:59 -0600 Subject: [PATCH] Update dependency/health_service.go Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- dependency/health_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency/health_service.go b/dependency/health_service.go index 708347e05..ab0ad3924 100644 --- a/dependency/health_service.go +++ b/dependency/health_service.go @@ -125,7 +125,7 @@ func healthServiceQuery(s string, connect bool) (*HealthServiceQuery, error) { } if queryParams.Get(QuerySamenessGroup) != "" && queryParams.Get(QueryPeer) != "" { - return nil, fmt.Errorf("health.service: cannot specify both peer and sameness-group") + return nil, fmt.Errorf("health.service: cannot specify both %s and %s", QueryPeer, QuerySamenessGroup) } qry := &HealthServiceQuery{