mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update tcp_sink.h
This commit is contained in:
parent
1b6d4fd277
commit
ff59b07986
@ -31,7 +31,7 @@ public:
|
|||||||
sock_ = connect_to(host, port);
|
sock_ = connect_to(host, port);
|
||||||
}
|
}
|
||||||
|
|
||||||
~tcp_sink()
|
~tcp_sink() override
|
||||||
{
|
{
|
||||||
if (sock_ != -1)
|
if (sock_ != -1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user