Commit cda4b9b4 authored by gabi's avatar gabi

bugfix

parent ae9d88db
...@@ -62,6 +62,7 @@ public: ...@@ -62,6 +62,7 @@ public:
void close() void close()
{ {
std::fclose(_fd); std::fclose(_fd);
_fd = nullptr;
} }
void write(const log_msg& msg) void write(const log_msg& msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment