Skip to content

Commit a8a396e

Browse files
author
chengyitian
committed
AJ-639: modify log info when EventSender has connected.
1 parent 8f53764 commit a8a396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xxdb/streaming/cep/EventSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public EventSender(List<EventScheme> eventSchemes, List<String> eventTimeKeys, L
2121

2222
public void connect(DBConnection conn, String tableName) throws IOException {
2323
if (this.isConnected)
24-
throw new RuntimeException("This eventSender is already connected.");
24+
throw new RuntimeException("The eventSender has already been called.");
2525

2626
if (!conn.isConnected())
2727
throw new RuntimeException("The connection to dolphindb has not been established.");

0 commit comments

Comments
 (0)