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 f5aaa70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
2 changes: 1 addition & 1 deletion src/object/cli_shard.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2016-2025 Intel Corporation.

Check failure on line 2 in src/object/cli_shard.c

View workflow job for this annotation

GitHub Actions / Copyright check

Copyright out of date
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down

0 comments on commit f5aaa70

Please sign in to comment.