~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/client.c

  • Committer: Bileto Bot
  • Author(s): Dmitry Shachnev
  • Date: 2017-01-09 15:38:08 UTC
  • mfrom: (483.1.1 libdbusmenu)
  • Revision ID: ci-train-bot@canonical.com-20170109153808-nqlks3o4jr9s4qv3
Fix build with --enable-massivedebugging

Use %p for printing pointers, otherwise GCC complains.

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2511
2511
        DbusmenuClientPrivate * priv = DBUSMENU_CLIENT_GET_PRIVATE(client);
2512
2512
 
2513
2513
        #ifdef MASSIVEDEBUGGING
2514
 
        g_debug("Client get root: %X", (guint)priv->root);
 
2514
        g_debug("Client get root: %p", priv->root);
2515
2515
        #endif
2516
2516
 
2517
2517
        return priv->root;