pr comment fix
This commit is contained in:
parent
2d2da5a10e
commit
ccfbe1b0f6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue