diff options
Diffstat (limited to 'dw/tools.cc')
-rw-r--r-- | dw/tools.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/tools.cc b/dw/tools.cc index df52ae1d..a2d05367 100644 --- a/dw/tools.cc +++ b/dw/tools.cc @@ -37,7 +37,7 @@ void SizeParams::cleanup () void SizeParams::fill (int numPos, Widget **references, int *x, int *y) { - DBG_OBJ_ENTER0 ("resize", 0, "fill"); + DBG_OBJ_ENTER ("resize", 0, "fill", "%d, ...", numPos); cleanup (); |