Skip to content

Commit

Permalink
DAOS-16639 object: fix format
Browse files Browse the repository at this point in the history
fix format

Features: ec
Signed-off-by: Di Wang <ddiwang@google.com>
  • Loading branch information
wangdi1 committed Oct 14, 2024
1 parent 9ed40c0 commit 366caf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/srv_ec_aggregate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ agg_diff_preprocess(struct ec_agg_entry *entry, unsigned char *diff,
if (extent->ae_hole) {
/* valid hole processed by agg_process_holes_ult() */
D_ASSERTF(extent->ae_epoch < entry->ae_par_extent.ape_epoch,
"hole ext epoch "DF_X64", parity epoch "DF_X64"\n",
"hole ext epoch " DF_X64 ", parity epoch " DF_X64 "\n",
extent->ae_epoch, entry->ae_par_extent.ape_epoch);
continue;
}
Expand Down

0 comments on commit 366caf0

Please sign in to comment.