PerfdataWriter: Reset the rotation timer on Pause()

This commit is contained in:
Michael Friedrich 2019-02-22 09:34:16 +01:00
parent 68e7027c93
commit 53acb8f2db
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ void PerfdataWriter::Resume()
void PerfdataWriter::Pause()
{
m_RotationTimer.reset();
#ifdef I2_DEBUG
//m_HostOutputFile << "\n# Pause the feature" << "\n\n";
//m_ServiceOutputFile << "\n# Pause the feature" << "\n\n";