Fix no longr able to write to log after log has been trucnated

pull/32/head
Geoffrey Merck 4 years ago
parent 0afad78fbc
commit eab9bf8125

@ -95,6 +95,7 @@ void CLogFileTarget::printLogIntRotate(const std::string& msg)
}
void CLogFileTarget::printLogInt(const std::string& msg)
{
m_file.seekp(0, std::ios::end);
if(m_rotate)
printLogIntRotate(msg);
else

Loading…
Cancel
Save

Powered by TurnKey Linux.