Better debug info.
svn path=/trunk/kdebase/kwin/; revision=349039
This commit is contained in:
parent
725a58f1e7
commit
d1670b617a
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ bool Rules::discardTemporary( bool force )
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
kdbgstream& operator<<( kdbgstream& stream, const Rules* r )
|
kdbgstream& operator<<( kdbgstream& stream, const Rules* r )
|
||||||
{
|
{
|
||||||
return stream << "[" << r->description << "]";
|
return stream << "[" << r->description << ":" << r->wmclass << "]" ;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue