diff options
author | Raghavendra G <raghavendra@gluster.com> | 2010-12-13 00:14:25 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-12-12 23:39:10 -0800 |
commit | 04fe9457923ff74e9fc396ed13c6a5eef4810493 (patch) | |
tree | 7870ce9e3f9d2104c1a740c5d3874c43dd045a85 /libglusterfs | |
parent | 5f708e77242b0658f1619cca16e3e679163fb570 (diff) |
libglusterfs: fix warnings due to format string mismatches during invocation of gf_log.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2211 ((re)introduce warnings for format string/parameter mismatch)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2211
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |