From 04fe9457923ff74e9fc396ed13c6a5eef4810493 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Mon, 13 Dec 2010 00:14:25 +0000 Subject: libglusterfs: fix warnings due to format string mismatches during invocation of gf_log. Signed-off-by: Raghavendra G Signed-off-by: Anand V. Avati BUG: 2211 ((re)introduce warnings for format string/parameter mismatch) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2211 --- libglusterfs/src/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/inode.c b/libglusterfs/src/inode.c index 18faf8d1b..388485283 100644 --- a/libglusterfs/src/inode.c +++ b/libglusterfs/src/inode.c @@ -215,7 +215,7 @@ __is_dentry_cyclic (dentry_t *dentry) uuid_unparse (inode->gfid, uuidbuf); gf_log (dentry->inode->table->name, GF_LOG_CRITICAL, - "detected cyclic loop formation during inode linkage.", + "detected cyclic loop formation during inode linkage." " inode (%"PRId64"/%s) linking under itself as %s", inode->ino, uuidbuf, name); } -- cgit