Fixed small typo in marker.c

Change-Id: Iec89e7141f6ff3216355d8a6b971617e16df679b
BUG: 1075417
Signed-off-by: Jan-Hendrik Zab <zab@l3s.de>
Reviewed-on: http://review.gluster.org/9238
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Jan-Hendrik Zab 2014-12-04 14:06:15 +01:00 committed by Vijay Bellur
parent 80fa355958
commit 318df52094

View File

@ -2792,7 +2792,7 @@ marker_readdirp_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
ret = marker_inode_loc_fill (entry->inode,
entry->d_name, &loc);
if (ret) {
gf_log (this->name, GF_LOG_WARNING, "Couln't build "
gf_log (this->name, GF_LOG_WARNING, "Couldn't build "
"loc for %s/%s",
uuid_utoa (local->loc.inode->gfid),
entry->d_name);