Explorar o código

pr comment fix

iliax hai 1 ano
pai
achega
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;