Skip to content

Commit

Permalink
ii: add a missing "]" in log
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 16, 2018
1 parent 47333a2 commit 35c5d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ii.c
Original file line number Diff line number Diff line change
Expand Up @@ -3857,7 +3857,7 @@ buffer_split(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
{
DEFINE_NAME(ii);
ERR(rc,
"[ii][buffer[merge] "
"[ii][buffer][merge] "
"failed to unmap a destination chunk2: "
"<%.*s> :"
"segment:<%u>, "
Expand Down Expand Up @@ -3903,7 +3903,7 @@ buffer_split(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
{
DEFINE_NAME(ii);
ERR(rc,
"[ii][buffer[merge] "
"[ii][buffer][merge] "
"failed to unmap a destination chunk1: "
"<%.*s> :"
"segment:<%u>, "
Expand Down

0 comments on commit 35c5d63

Please sign in to comment.