removing unnecessary 'toString()' call (#8525)

This commit is contained in:
Roger3581321 2022-06-07 15:28:34 +08:00 committed by GitHub
parent b6db08bdd4
commit fb600be9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ public class ServiceManager implements RecordListener<Service> {
}
Loggers.EVT_LOG
.debug("[HEALTH-STATUS-UPDATED] namespace: {}, service: {}, ips: {}", service.getNamespaceId(),
service.getName(), stringBuilder.toString());
service.getName(), stringBuilder);
}
}