From c7124a607ae353e834a3916140a13a1ab33c5243 Mon Sep 17 00:00:00 2001 From: arkpar Date: Fri, 24 Apr 2015 12:28:50 +0200 Subject: [PATCH] m_logTag initialized --- libdevcore/Log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.