diff --git a/rules.cpp b/rules.cpp index d2e2011143..2c8a17c5c6 100644 --- a/rules.cpp +++ b/rules.cpp @@ -594,7 +594,7 @@ bool Rules::discardTemporary( bool force ) #ifndef NDEBUG kdbgstream& operator<<( kdbgstream& stream, const Rules* r ) { - return stream << "[" << r->description << "]"; + return stream << "[" << r->description << ":" << r->wmclass << "]" ; } #endif