diff options
author | Ted Gould <ted@canonical.com> | 2009-05-09 14:42:08 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-09 14:42:08 -0500 |
commit | f2cd48dd391855a6f4304038459effd5c6463884 (patch) | |
tree | c7d1288c6507b97c50f8bd632b97c07b0f6a0072 /tests | |
parent | 643a87c6cbad706f74f31b8dd3e15897b9c682cc (diff) | |
download | libdbusmenu-f2cd48dd391855a6f4304038459effd5c6463884.tar.gz libdbusmenu-f2cd48dd391855a6f4304038459effd5c6463884.tar.bz2 libdbusmenu-f2cd48dd391855a6f4304038459effd5c6463884.zip |
Debug message
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-layout-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index 3620bb7..6086c7f 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -12,6 +12,8 @@ static gboolean passed = TRUE; static gboolean verify_root_to_layout(DbusmenuMenuitem * mi, layout_t * layout) { + g_debug("Verifying ID: %d", layout->id); + if (layout->id != dbusmenu_menuitem_get_id(mi)) { g_debug("Failed as ID %d is not equal to %d", layout->id, dbusmenu_menuitem_get_id(mi)); return FALSE; |