diff --git a/utils/xsc/configprofile.go b/utils/xsc/configprofile.go index 71eebef2..c9a9b58b 100644 --- a/utils/xsc/configprofile.go +++ b/utils/xsc/configprofile.go @@ -16,7 +16,7 @@ func GetConfigProfile(serverDetails *config.ServerDetails, profileName string) ( xscVersion, err := xscManager.GetVersion() if err != nil { - return nil, fmt.Errorf("failed to get XSC service version '%s': %q", profileName, err) + return nil, fmt.Errorf("failed to get XSC service version: %q", err) } if err = clientutils.ValidateMinimumVersion(clientutils.Xsc, xscVersion, services.ConfigProfileMinXscVersion); err != nil {