Better debug info.

svn path=/trunk/kdebase/kwin/; revision=349039
This commit is contained in:
Luboš Luňák 2004-09-24 13:30:25 +00:00
parent 725a58f1e7
commit d1670b617a

View file

@ -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