When starting bitcoind it always says Using default signet network
$ timeout 1 bitcoind 2>&1 | grep -i signet
2020-10-01T13:20:59Z Using default signet network
2020-10-01T13:20:59Z Signet derived magic (message start): 0a03cf40
Terminated
No matter if started on mainnet, regtest, testnet.
<!-- Describe the issue -->
Expected behavior
The non-signet bitcoind should not report about Signet in the log. It is confusing.
Actual behavior
It prints a message about Signet and should not.
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
To reproduce
$ bitcoind --version | head -1
Bitcoin Core version v0.20.99.0-40aab35e9
$ timeout 1 bitcoind 2>&1 | grep -i signet
2020-10-01T13:23:58Z Using default signet network
2020-10-01T13:23:58Z Signet derived magic (message start): 0a03cf40
Terminated
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
System information
Ubuntu 20.04 LTS x86_64
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
<!-- GUI-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? -->
<!-- Any extra information that might be useful in the debugging process. -->
<!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. -->