Improve a debugging message
This commit is contained in:
parent
b48299d4a0
commit
8676662be0
|
@ -261,7 +261,7 @@ static void _pager_do(Pager * pager)
|
||||||
return;
|
return;
|
||||||
l = *p;
|
l = *p;
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() => %ld\n", __func__, l);
|
fprintf(stderr, "DEBUG: %s() l=%ld\n", __func__, l);
|
||||||
#endif
|
#endif
|
||||||
XFree(p);
|
XFree(p);
|
||||||
for(i = 0; i < pager->widgets_cnt; i++)
|
for(i = 0; i < pager->widgets_cnt; i++)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user