Skip to content

Commit

Permalink
Improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 30, 2023
1 parent c8f8772 commit 66f767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/proxy_server/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ int main(int argc, char** argv)

print_args(argc, argv, vm);

LOG_DBG << "Start socks server: " << server_listen;
LOG_DBG << "Start server: " << server_listen;

net::io_context ioc(1);
server_ptr server;
Expand Down

0 comments on commit 66f767c

Please sign in to comment.