change
This commit is contained in:
parent
ee85996beb
commit
40f4534f2a
|
@ -62,6 +62,7 @@ public class SubscribeDemo {
|
|||
sub.close(false);
|
||||
connection.close();
|
||||
} catch (Exception e) {
|
||||
System.out.println("host: " + host + ", database: " + database + ", topic: " + topic + ", sql: " + sql);
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue