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:
parent
5f708e7724
commit
04fe945792
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user