Skip to content

Commit

Permalink
change to WARN instead of INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavis28 committed Jan 23, 2025
1 parent b13f5f0 commit d79b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/cli_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -5817,7 +5817,7 @@ dc_obj_update(tse_task_t *task, struct dtx_epoch *epoch, uint32_t map_ver,

rc = obj_update_shards_get(obj, args, map_ver, obj_auxi, &shard, &shard_cnt);
if (rc != 0) {
D_INFO(DF_OID " get update shards failure %d\n", DP_OID(obj->cob_md.omd_id), rc);
D_WARN(DF_OID " get update shards failure %d\n", DP_OID(obj->cob_md.omd_id), rc);
D_GOTO(out_task, rc);
}

Expand Down

0 comments on commit d79b8cd

Please sign in to comment.