Improve a debugging message

This commit is contained in:
Pierre Pronchery 2017-11-07 01:43:29 +01:00
parent b48299d4a0
commit 8676662be0

View File

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