reduce continous debug output for deleted borders

SVN revision: 42746
This commit is contained in:
Hannes Janetzek 2009-09-27 22:22:39 +00:00
parent 232477ec61
commit 0033fecdef
1 changed files with 2 additions and 1 deletions

View File

@ -6213,7 +6213,8 @@ _e_border_eval(E_Border *bd)
if (e_object_is_del(E_OBJECT(bd)))
{
fprintf(stderr, "ERROR: _e_border_eval(%p) with deleted border!\n", bd);
fprintf(stderr, "ERROR: _e_border_eval(%p) with deleted border! - %d\n", bd, bd->new_client);
bd->changed = 0;
return;
}
if (bd->zone)