Skip to content
Snippets Groups Projects
Commit d7c18969 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

fix CommonMessaging::outputLevel()

See merge request !154
parents 84020b9d 737ffbae
No related branches found
No related tags found
1 merge request!154Fixing CommonMessaging::outputLevel()
Pipeline #
......@@ -139,7 +139,7 @@ public:
}
/// Backward compatibility function for getting the output level
inline MSG::Level outputLevel() const __attribute__ ((deprecated)) { return m_level; }
inline MSG::Level outputLevel() const __attribute__ ((deprecated)) { return msgLevel(); }
/// get the output level from the embedded MsgStream
inline bool msgLevel(MSG::Level lvl) const { return UNLIKELY(msgLevel() <= lvl); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment