summaryrefslogtreecommitdiffstats
path: root/xlators/playground/template/src/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/playground/template/src/template.c')
-rw-r--r--xlators/playground/template/src/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/playground/template/src/template.c b/xlators/playground/template/src/template.c
index 4a9e8d2e6f3..e96374e0302 100644
--- a/xlators/playground/template/src/template.c
+++ b/xlators/playground/template/src/template.c
@@ -50,7 +50,7 @@ template_priv(xlator_t *this)
template_private_t *priv = NULL;
priv = this->private;
- gf_proc_dump_write("template.dummy", "%lu", priv->dummy);
+ gf_proc_dump_write("template.dummy", "%" PRId32, priv->dummy);
return 0;
}