Add another log message

refs #4991
This commit is contained in:
Gunnar Beutner 2017-03-14 15:21:07 +01:00
parent a21da31ef6
commit 4da5f7d52c
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ void RedisWriter::UpdateSubscriptions(void)
}
//TODO
}
Log(LogInformation, "RedisWriter")
<< "Current Redis event subscriptions: " << m_Subscriptions.size();
}
void RedisWriter::HandleEvents(void)