HomePhabricator

TRIVIAL: Fix log file message for client name to match CLIENT_NAME

Description

TRIVIAL: Fix log file message for client name to match CLIENT_NAME

Summary:
It annoyed me that log files start as such:

2017-08-20 22:03:52 Bitcoin version v0.15.0.0-315c6029f

We are Bitcoin ABC. I looked at the code and it turns out the init message for the log file doesn't use CLIENT_NAME.

With this trivial patch log files will start as follows:

2017-08-20 22:03:52 Bitcoin ABC version v0.15.0.0-315c6029f

Test Plan: make and run bitcoind and see log file

Reviewers: freetrader, deadalnix, schancel, #bitcoin_abc, sickpig

Reviewed By: freetrader, deadalnix, #bitcoin_abc, sickpig

Differential Revision: https://reviews.bitcoinabc.org/D475

Details

Provenance
CCulianuAuthored on Aug 20 2017, 22:19
CCulianuPushed on Aug 22 2017, 21:20
Reviewer
Restricted Project
Differential Revision
D475: TRIVIAL: Fix log file message for client name to match CLIENT_NAME
Parents
rABCf17b1957b9d2: Resolve FIXMEs in src/net.cpp (pass config through CConnman)
Branches
Unknown
Tags
Unknown