Skip to content

Commit

Permalink
DAOS-16970 rebuild: change log from ERROR to INFO
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Davis <chrd@google.com>
  • Loading branch information
cdavis28 committed Jan 23, 2025
1 parent a3d4d2f commit b13f5f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/object/cli_obj.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* Copyright 2016-2024 Intel Corporation.
* Copyright 2025 Google LLC
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down Expand Up @@ -5816,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_ERROR(DF_OID" get update shards failure %d\n", DP_OID(obj->cob_md.omd_id), rc);
D_INFO(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 b13f5f0

Please sign in to comment.