#1133 Fixed syslog regression.
This commit is contained in:
parent
83c7fad882
commit
39e69c2723
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ public:
|
|||
if (!m_backends.empty()) {
|
||||
for (ILogBackend *backend : m_backends) {
|
||||
backend->print(level, m_buf, offset, size, true);
|
||||
backend->print(level, txt.c_str(), offset, txt.size(), false);
|
||||
backend->print(level, txt.c_str(), offset ? (offset - 11) : 0, txt.size(), false);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue