diff --git a/src/object/srv_obj.c b/src/object/srv_obj.c index 6ea4bb63ab6..62ee3474132 100644 --- a/src/object/srv_obj.c +++ b/src/object/srv_obj.c @@ -153,7 +153,7 @@ obj_rw_complete(crt_rpc_t *rpc, struct obj_io_context *ioc, rc == -DER_TX_RESTART || rc == -DER_EXIST || rc == -DER_NONEXIST || rc == -DER_ALREADY || rc == -DER_CHKPT_BUSY, - DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end failed", + DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end SAMIR failed", DP_UOID(orwi->orw_oid), update ? "Update" : "Fetch"); if (status == 0) status = rc; diff --git a/src/tests/ftest/pool/create_all_hw.py b/src/tests/ftest/pool/create_all_hw.py index 66f0cec8080..db36f4cacd1 100644 --- a/src/tests/ftest/pool/create_all_hw.py +++ b/src/tests/ftest/pool/create_all_hw.py @@ -85,7 +85,7 @@ def test_recycle_pools_hw(self): pool_count = self.params.get("pool_count", "/run/test_recycle_pools_hw/*", 0) deltas_bytes = self.get_deltas("test_recycle_pools_hw") deltas_bytes[:] = [it * self.engines_count for it in deltas_bytes] - self.log.info("Test pool creation and destruction") + self.log.info("Test pool creation and destruction --- SAMIR --- 2 --") self.log.info("\t- pool_count=%d", pool_count) self.log_deltas(*deltas_bytes)