From 0da1c79ee1994dba655a4bb5c1a1c9fc0623b560 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 25 Feb 2014 20:36:24 +0100 Subject: Even more RTFL. --- lout/container.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lout/container.cc') diff --git a/lout/container.cc b/lout/container.cc index 06c023b9..602553d3 100644 --- a/lout/container.cc +++ b/lout/container.cc @@ -211,8 +211,9 @@ int Vector::bsearch(Object *key, bool mustExist, int start, int end, // new implementation. DBG_OBJ_MSGF ("container", 0, - "bsearch (key, %s, %d, %d, comparator", - mustExist ? "true" : "false", start, end); + "bsearch (key, %s, %d, %d, comparator) " + "[size is %d]", + mustExist ? "true" : "false", start, end, size ()); DBG_OBJ_MSG_START (); int result = -123; // Compiler happiness: GCC 4.7 does not handle this? -- cgit v1.2.3