Skip to content

Commit

Permalink
Revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Nov 18, 2024
1 parent 4fb758e commit e090b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/cpp/xmlsocketappender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void XMLSocketAppender::append(const spi::LoggingEventPtr& event, LOG4CXX_NS::he
}
catch (std::exception& e)
{
_priv->writer->close(p);
_priv->writer = nullptr;
LogLog::warn(LOG4CXX_STR("Detected problem with connection: "), e);

Expand Down

0 comments on commit e090b3c

Please sign in to comment.