pr comment fix

This commit is contained in:
iliax 2023-08-01 17:11:07 +04:00
parent 2d2da5a10e
commit ccfbe1b0f6

View file

@ -125,7 +125,7 @@ public class AuditService implements Closeable {
try {
ac = acSupplier.get();
} catch (Exception e) {
printAuditInitError(cluster, "Error connect to cluster", e);
printAuditInitError(cluster, "Error while connecting to the cluster", e);
return false;
}
boolean topicExists;