Browse Source

pr comment fix

iliax 1 năm trước cách đây
mục cha
commit
ccfbe1b0f6

+ 1 - 1
kafka-ui-api/src/main/java/com/provectus/kafka/ui/service/audit/AuditService.java

@@ -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;