#1133 Fixed syslog regression.
This commit is contained in:
parent
83c7fad882
commit
39e69c2723
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class SysLog : public ILogBackend
|
|||
{
|
||||
public:
|
||||
SysLog();
|
||||
~SysLog();
|
||||
~SysLog() override;
|
||||
|
||||
protected:
|
||||
void print(int level, const char *line, size_t offset, size_t size, bool colors) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue