diff options
author | Guillaume Rousse <guillomovitch@gmail.com> | 2019-11-22 10:20:03 -0500 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2019-11-22 10:32:48 -0500 |
commit | f7c0c0dc4a02d87965d3fbbab69786ca07fdecea (patch) | |
tree | 60d9380c2c17b70eec18dc06a07a5468bfc6b37d /support/junction/xml.c | |
parent | a20dbec98f46c53596646cafca1051cf351ed3a4 (diff) | |
download | nfs-utils-f7c0c0dc4a02d87965d3fbbab69786ca07fdecea.tar.gz |
fix compilation with -Werror=format on i586
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/junction/xml.c')
-rw-r--r-- | support/junction/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/junction/xml.c b/support/junction/xml.c index 7005e95..813110b 100644 --- a/support/junction/xml.c +++ b/support/junction/xml.c @@ -327,7 +327,7 @@ junction_parse_xml_read(const char *pathname, int fd, const char *name, if (retval != FEDFS_OK) return retval; - xlog(D_CALL, "%s: XML document contained in junction:\n%ld.%s", + xlog(D_CALL, "%s: XML document contained in junction:\n%zu.%s", __func__, len, (char *)buf); retval = junction_parse_xml_buf(pathname, name, buf, len, doc); |