Skip to content

Commit 43fa5a6

Browse files
committed
fix the dumb issue with websocketpp logging to a non existant handler
1 parent 8a56b8d commit 43fa5a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ void start_socket_func() {
110110
sock.set_open_listener(&ConnectionHandler::onSuccess);
111111
sock.set_close_listener(&ConnectionHandler::onClose);
112112
sock.set_fail_listener(&ConnectionHandler::onFail);
113+
sock.set_logs_quiet();
113114
sock.connect("http://gdutils.clarifygdps.com:13573");
114115
auto start_time = std::chrono::steady_clock::now();
115116
while (!connect_finish) {

0 commit comments

Comments
 (0)