diff --git a/libdevcore/Log.h b/libdevcore/Log.h index 8a3a5b6a8..f42e9cbdd 100644 --- a/libdevcore/Log.h +++ b/libdevcore/Log.h @@ -181,7 +181,7 @@ protected: bool m_autospacing = false; unsigned m_verbosity = 0; std::stringstream m_sstr; ///< The accrued log entry. - LogTag m_logTag; + LogTag m_logTag = LogTag::None; }; /// Logging class, iostream-like, that can be shifted to.