summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-10 15:05:51 +0100
committerNick Schermer <nick@xfce.org>2010-02-10 15:05:51 +0100
commit312a352fd544e2af369701403d31c29f849c0fc9 (patch)
tree01c5b0f2947a70c062734994df8c34a441540cbb /xfconfd
parent1ef3eb4dfeb8923b6ad1d91d3c73bda59ee17f8c (diff)
downloadxfconf-312a352fd544e2af369701403d31c29f849c0fc9.tar.gz
Use G_GSIZE_FORMAT in the DBG message.
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/xfconf-backend-perchannel-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index 8e348aa..e398d8c 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -1600,7 +1600,7 @@ xfconf_backend_perchannel_xml_merge_file(XfconfBackendPerchannelXml *xbpx,
state->cur_elem = ELEM_NONE;
state->is_system_file = is_system_file;
- DBG("got file(size=%lu): %s", length, file_contents);
+ DBG("got file(size=%"G_GSIZE_FORMAT"): %s", length, file_contents);
context = g_markup_parse_context_new(&parser, 0, state, NULL);
if(g_markup_parse_context_parse(context, file_contents, length, &error2)