From 87470c65330b273de45e83c8ae0b9d24e053dbc5 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 23 Jan 2025 20:31:50 +0000 Subject: [PATCH] DAOS-16970 rebuild: change log from ERROR to INFO Signed-off-by: Chris Davis --- src/object/cli_obj.c | 3 ++- src/object/cli_shard.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/object/cli_obj.c b/src/object/cli_obj.c index 75d661d06654..c58f4b1e3f5b 100644 --- a/src/object/cli_obj.c +++ b/src/object/cli_obj.c @@ -1,5 +1,6 @@ /** * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2025 Google LLC * * SPDX-License-Identifier: BSD-2-Clause-Patent */ @@ -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); } diff --git a/src/object/cli_shard.c b/src/object/cli_shard.c index 9f084140f809..eb8ff69cad72 100644 --- a/src/object/cli_shard.c +++ b/src/object/cli_shard.c @@ -1,5 +1,5 @@ /* - * (C) Copyright 2016-2024 Intel Corporation. + * (C) Copyright 2016-2025 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */