diff -r b7da29130b0e -r 80e4d18b72f5 src/hbtools/hbbincssmaker/main.cpp --- a/src/hbtools/hbbincssmaker/main.cpp Fri Sep 17 08:32:10 2010 +0300 +++ b/src/hbtools/hbbincssmaker/main.cpp Mon Oct 04 00:38:12 2010 +0300 @@ -143,7 +143,9 @@ const HbWidgetLoader::AnchorItem &anchorItem = layoutDef->anchorItems.at(i); VERBOSELN("srcId: " << anchorItem.srcId); VERBOSELN("dstId: " << anchorItem.dstId); - VERBOSELN("prefLength text: " << anchorItem.prefText); + VERBOSELN("minVal.count: " << anchorItem.minVal.count()); + VERBOSELN("prefVal.count: " << anchorItem.prefVal.count()); + VERBOSELN("maxVal.count: " << anchorItem.maxVal.count()); VERBOSELN("anchorId: " << anchorItem.anchorId); } }