Node: Fix version in the starting node event
What
Fixes the display of the node version in the logs when starting the node.
Why
It used to be
starting the Tezos node vOctez 0.0+dev
But it should be
starting the Octez node Octez 0.0+dev
It is ill-formed since the introduction of products in octez-version.
How
- Create
pp_simpleinlib_version. - Use
pp_simpleinstarting_nodeevent.
Manually testing the MR
Run an octez node and read the logs.
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Killian Delarue