summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/lecp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/id-ff/lecp.c')
-rw-r--r--lasso/id-ff/lecp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/lecp.c b/lasso/id-ff/lecp.c
index 867a3c66..dbe92081 100644
--- a/lasso/id-ff/lecp.c
+++ b/lasso/id-ff/lecp.c
@@ -286,7 +286,7 @@ static LassoNodeClass *parent_class = NULL;
static void
finalize(GObject *object)
{
- debug("Lecp object 0x%x finalized ...", object);
+ debug("Lecp object 0x%p finalized ...", object);
G_OBJECT_CLASS(parent_class)->finalize(object);
}