Skip to content

Fix uninitialized MsgStream member.

Member MsgStream::m_currLevel was not initialized in the constructors.

Causes warnings from the undefined behavior sanitizer.

Merge request reports