aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-07-10 15:51:10 +0200
committerSebastian Geerken <devnull@localhost>2016-07-10 15:51:10 +0200
commite1b085d0311776f25827e19ef734d11b81e94d52 (patch)
treef32b03a247e1efacb3bfa0eed58b7bcc5d7bfd2b
parentd0bcff737cb8959e0b5cd6968fd840b3082bb3d6 (diff)
RTFL.
-rw-r--r--dw/ooffloatsmgr.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc
index 0557e1da..5e6570fa 100644
--- a/dw/ooffloatsmgr.cc
+++ b/dw/ooffloatsmgr.cc
@@ -176,8 +176,7 @@ int OOFFloatsMgr::Float::CompareGBAndExtIndex::compare (Object *o1, Object *o2)
}
}
- DBG_OBJ_MSGF_O ("border", 2, oofm, "result: %d", r);
- DBG_OBJ_LEAVE_O (oofm);
+ DBG_OBJ_LEAVE_VAL_O (oofm, "%d", r);
return r;
}
@@ -219,8 +218,7 @@ int OOFFloatsMgr::SortedFloatsVector::findFloatIndex (OOFAwareWidget *lastGB,
// get(i)->externalIndex);
//}
- DBG_OBJ_MSGF_O ("border", 1, oofm, "=> r = %d", r);
- DBG_OBJ_LEAVE_O (oofm);
+ DBG_OBJ_LEAVE_VAL_O (oofm, "%d", r);
return r;
}