MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / LogPackageVersion

Function LogPackageVersion

src/init/common.cpp:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void LogPackageVersion()
149{
150 std::string version_string = FormatFullVersion();
151#ifdef DEBUG
152 version_string += " (debug build)";
153#else
154 version_string += " (release build)";
155#endif
156 LogInfo(CLIENT_NAME " version %s", version_string);
157}
158} // namespace init

Callers 1

InitLoggingFunction · 0.85

Calls 1

FormatFullVersionFunction · 0.85

Tested by

no test coverage detected