Skip to content

Commit

Permalink
- remove []'s from print to not confuse log parser
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Alexander A Oganezov <alexander.a.oganezov@intel.com>
  • Loading branch information
frostedcmos committed Aug 9, 2024
1 parent bccb10a commit 6309fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/crt_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ crt_context_timeout_check(struct crt_context *crt_ctx)
left_to_print--;

if (err_to_print == 0 && left_to_print > 0)
D_ERROR("[%d more rpcs timed out. rest logged at INFO level]\n",
D_ERROR(" %d more rpcs timed out. rest logged at INFO level\n",
left_to_print);

} else {
Expand Down

0 comments on commit 6309fd2

Please sign in to comment.