Browse Source

m_logTag initialized

cl-refactor
arkpar 10 years ago
parent
commit
c7124a607a
  1. 2
      libdevcore/Log.h

2
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.

Loading…
Cancel
Save