From 901ee32084c7e59f7d27312482d6b472f974cadf Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Fri, 25 Apr 2014 11:12:30 +0200 Subject: Some RTFL corrections. --- dw/outofflowmgr.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dw/outofflowmgr.cc') diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index 2899fd17..ced629a7 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -1253,7 +1253,7 @@ OutOfFlowMgr::Float *OutOfFlowMgr::findFloatByWidget (Widget *widget) void OutOfFlowMgr::markSizeChange (int ref) { - DBG_OBJ_MSGF ("resize", 0, "markSizeChange (%d)", ref); + DBG_OBJ_MSGF ("resize.oofm", 0, "markSizeChange (%d)", ref); DBG_OBJ_MSG_START (); if (isRefFloat (ref)) { @@ -1632,7 +1632,7 @@ void OutOfFlowMgr::getExtremes (Extremes *cbExtr, int *oofMinWidth, *oofMaxWidth = max (oofMaxWidthLeft, oofMaxWidthRight, oofMaxWidthAbsPos); DBG_OBJ_MSGF ("resize.oofm", 1, - "=> (a: %d, l: %d, r: %d => %d) * (a: %d, l: %d, r: %d => %d)", + "=> (a: %d, l: %d, r: %d => %d) / (a: %d, l: %d, r: %d => %d)", oofMinWidthAbsPos, oofMinWidthtLeft, oofMinWidthRight, *oofMinWidth, oofMaxWidthAbsPos, oofMaxWidthLeft, oofMaxWidthRight, *oofMaxWidth); @@ -1646,7 +1646,8 @@ void OutOfFlowMgr::getFloatsExtremes (Extremes *cbExtr, Side side, SortedFloatsVector *list = getFloatsListForTextblock (containingBlock, side); - DBG_OBJ_MSGF ("resize", 0, "getFloatsExtremes ((%d / %d), %s, ...)", + DBG_OBJ_MSGF ("resize.oofm", 0, + "getFloatsExtremes ((%d / %d), %s, ...)", cbExtr->minWidth, cbExtr->maxWidth, side == LEFT ? "LEFT" : "RIGHT"); DBG_OBJ_MSG_START (); -- cgit v1.2.3