Update tcp_sink.h

pull/1473/head
Gabi Melman 6 years ago committed by GitHub
parent 0123d41647
commit ffa85cda1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ struct tcp_sink_config
{
std::string server_host;
int server_port;
bool lazy_connect = false; // connect on first log call instead of on construction
bool lazy_connect = false; // if true connect on first log call instead of on construction
tcp_sink_config(std::string host, int port)
: server_host{std::move(host)}

Loading…
Cancel
Save