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
This commit is contained in:
Raghavendra G 2010-12-13 00:14:25 +00:00 committed by Anand V. Avati
parent 5f708e7724
commit 04fe945792

View File

@ -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);
}