Skip to content

Commit

Permalink
Fix --version message format.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Mar 16, 2024
1 parent 8d62d45 commit de18fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions console/localize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ namespace node {
"\nVersion Information\n" \
"----------------------------\n" \
"libbitcoin-node: %1%\n" \
"libbitcoin-database: %3%\n" \
"libbitcoin-network: %4%\n" \
"libbitcoin-system: %5%"
"libbitcoin-database: %2%\n" \
"libbitcoin-network: %3%\n" \
"libbitcoin-system: %4%"
#define BN_LOG_HEADER \
"====================== startup ======================="
#define BN_NODE_FOOTER \
Expand Down

0 comments on commit de18fbc

Please sign in to comment.