diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-16 01:08:59 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-16 01:08:59 +0200 |
commit | 45110795cad4e47d5a0b9f1f0f2d08b16bd29538 (patch) | |
tree | 28d6cd150522e07c5a82ef8594f90ebbcac8a455 | |
parent | 95234f2097f63a69172a30b37df88e60db0ccdcb (diff) |
RTFL.
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 94a5b469..cfdb31e0 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -2665,7 +2665,7 @@ void Textblock::handOverBreak (core::style::Style *style) */ void Textblock::flush () { - DBG_OBJ_ENTER0 ("flush", 0, "flush"); + DBG_OBJ_ENTER0 ("resize", 0, "flush"); if (mustQueueResize) { DBG_OBJ_MSG ("resize", 0, "mustQueueResize set"); |