Skip to content

Commit

Permalink
Change phrasing of Ceph versin log message
Browse files Browse the repository at this point in the history
Fixes #287

Signed-off-by: Gil Bregman <[email protected]>
  • Loading branch information
gbregman committed Oct 25, 2023
1 parent 6a0eba4 commit 749fcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, config, gateway_state, spdk_rpc_client) -> None:
self.logger.info(f"Using SPDK version {spdk_ver}")
ceph_ver = os.getenv("NVMEOF_CEPH_VERSION")
if ceph_ver:
self.logger.info(f"Using Ceph version {ceph_ver}")
self.logger.info(f"Using vstart cluster version based on {ceph_ver}")
build_date = os.getenv("BUILD_DATE")
if build_date:
self.logger.info(f"NVMeoF gateway built on: {build_date}")
Expand Down

0 comments on commit 749fcae

Please sign in to comment.