aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-04-25 11:12:30 +0200
committerSebastian Geerken <devnull@localhost>2014-04-25 11:12:30 +0200
commit901ee32084c7e59f7d27312482d6b472f974cadf (patch)
tree5f7af4331a0326281a7f1663a27e3a67b5f254bb /dw
parentfbc9e11f630cd9701e873ecfc6c43cb384c114a9 (diff)
Some RTFL corrections.
Diffstat (limited to 'dw')
-rw-r--r--dw/outofflowmgr.cc7
1 files changed, 4 insertions, 3 deletions
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, "<b>markSizeChange</b> (%d)", ref);
+ DBG_OBJ_MSGF ("resize.oofm", 0, "<b>markSizeChange</b> (%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, "<b>getFloatsExtremes</b> ((%d / %d), %s, ...)",
+ DBG_OBJ_MSGF ("resize.oofm", 0,
+ "<b>getFloatsExtremes</b> ((%d / %d), %s, ...)",
cbExtr->minWidth, cbExtr->maxWidth,
side == LEFT ? "LEFT" : "RIGHT");
DBG_OBJ_MSG_START ();